#DAFEFF (or 0xDAFEFF) is unknown color: approx Light Cyan. HEX triplet: DA, FE and FF. RGB value is (218,254,255). Sum of RGB (Red+Green+Blue) = 218+254+255=727 (96% of max value = 765). Red value is 218 (85.55% from 255 or 29.99% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFF is #250100. Grayscale: #F3F3F3. Windows color (decimal): -2425089 or 16776922. OLE color: 16776922.
HSL color Cylindrical-coordinate representation of color #DAFEFF: hue angle of 181.62º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFEFF is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #DAFEFF; } p { color: rgb(218,254,255); } H1.HeaderClassName { color: #DAFEFF; } .AnyTagClassName { color: #DAFEFF; } </style>
<style> a { background-color: #DAFEFF; } a { background-color: rgb(218,254,255); } div.DivClassName { background-color: #DAFEFF; } .BgClassName { background-color: #DAFEFF; } </style>
<style> span { border-color: #DAFEFF; } span { border-color: rgb(218,254,255); } td.TdClassName { border-color: #DAFEFF; } .TagClassName { border-color: #DAFEFF; } </style>