Shades of Light Cyan #DAFFF8
Tints of Light Cyan #DAFFF8
RGB
CMYK
RGB Variations
Color information
#DAFFF8 (or 0xDAFFF8) is known color: Light Cyan. HEX triplet: DA, FF and F8. RGB value is (218,255,248). Sum of RGB (Red+Green+Blue) = 218+255+248=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF8 is #250007. Grayscale: #F3F3F3. Windows color (decimal): -2424840 or 16318426. OLE color: 16318426.
HSL color Cylindrical-coordinate representation of color #DAFFF8: hue angle of 168.65º 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 #DAFFF8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 248 | - |
| CMYK | 0.15 | 0 | 0.03 | 0 |
| HSL | 168.65º | 1% | 0.93% | - |
| HSV(B) | 168.65º | 0.15% | 1% | - |
| XYZ | 81.62 | 93.2 | 102.5 | - |
| YUV | 243.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 248 | 0.15 | 0 | 0.03 | 0 | 168.65 | 1 | 0.93 |
| Hex | DA | FF | F8 | F | 0 | 3 | 0 | A9 | 64 | 5D |
| Octal | 332 | 377 | 370 | 17 | 0 | 3 | 0 | 251 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11111000 | 1111 | 0 | 11 | 0 | 10101001 | 1100100 | 1011101 |
Color Harmonies of #DAFFF8
Complementary color
Monochromatic Colors of #DAFFF8
Black with #DAFFF8
Text Example
Text Example
White with #DAFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFF8; }
p { color: rgb(218,255,248); }
H1.HeaderClassName
{
color: #DAFFF8;
}
.AnyTagClassName
{
color: #DAFFF8;
}
</style>
background-color css
<style>
a { background-color: #DAFFF8; }
a { background-color: rgb(218,255,248); }
div.DivClassName
{
background-color: #DAFFF8;
}
.BgClassName
{
background-color: #DAFFF8;
}
</style>
border-color css
<style>
span { border-color: #DAFFF8; }
span { border-color: rgb(218,255,248); }
td.TdClassName
{
border-color: #DAFFF8;
}
.TagClassName
{
border-color: #DAFFF8;
}
</style>