Shades of Light Cyan #DAFFFE
Tints of Light Cyan #DAFFFE
RGB
CMYK
RGB Variations
Color information
#DAFFFE (or 0xDAFFFE) is known color: Light Cyan. HEX triplet: DA, FF and FE. RGB value is (218,255,254). Sum of RGB (Red+Green+Blue) = 218+255+254=727 (96% of max value = 765). Red value is 218 (85.55% from 255 or 29.99% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFE is #250001. Grayscale: #F3F3F3. Windows color (decimal): -2424834 or 16711642. OLE color: 16711642.
HSL color Cylindrical-coordinate representation of color #DAFFFE: hue angle of 178.38º 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 #DAFFFE is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 254 | - |
| CMYK | 0.15 | 0 | 0.00 | 0 |
| HSL | 178.38º | 1% | 0.93% | - |
| HSV(B) | 178.38º | 0.15% | 1% | - |
| XYZ | 82.56 | 93.58 | 107.48 | - |
| YUV | 243.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 254 | 0.15 | 0 | 0.00 | 0 | 178.38 | 1 | 0.93 |
| Hex | DA | FF | FE | F | 0 | 0 | 0 | B2 | 64 | 5D |
| Octal | 332 | 377 | 376 | 17 | 0 | 0 | 0 | 262 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11111110 | 1111 | 0 | 0 | 0 | 10110010 | 1100100 | 1011101 |
Color Harmonies of #DAFFFE
Complementary color
Monochromatic Colors of #DAFFFE
Black with #DAFFFE
Text Example
Text Example
White with #DAFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFFE; }
p { color: rgb(218,255,254); }
H1.HeaderClassName
{
color: #DAFFFE;
}
.AnyTagClassName
{
color: #DAFFFE;
}
</style>
background-color css
<style>
a { background-color: #DAFFFE; }
a { background-color: rgb(218,255,254); }
div.DivClassName
{
background-color: #DAFFFE;
}
.BgClassName
{
background-color: #DAFFFE;
}
</style>
border-color css
<style>
span { border-color: #DAFFFE; }
span { border-color: rgb(218,255,254); }
td.TdClassName
{
border-color: #DAFFFE;
}
.TagClassName
{
border-color: #DAFFFE;
}
</style>