Shades of Light Cyan #DAFDF9
Tints of Light Cyan #DAFDF9
RGB
CMYK
RGB Variations
Color information
#DAFDF9 (or 0xDAFDF9) is known color: Light Cyan. HEX triplet: DA, FD and F9. RGB value is (218,253,249). Sum of RGB (Red+Green+Blue) = 218+253+249=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF9 is #250206. Grayscale: #F2F2F2. Windows color (decimal): -2425351 or 16383450. OLE color: 16383450.
HSL color Cylindrical-coordinate representation of color #DAFDF9: hue angle of 173.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDF9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 249 | - |
CMYK | 0.14 | 0 | 0.02 | 0.01 |
HSL | 173.14º | 0.9% | 0.92% | - |
HSV(B) | 173.14º | 0.14% | 0.99% | - |
XYZ | 81.14 | 92 | 103.1 | - |
YUV | 242.08 | 131.9 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 249 | 0.14 | 0 | 0.02 | 0.01 | 173.14 | 0.9 | 0.92 |
Hex | DA | FD | F9 | E | 0 | 2 | 1 | AD | 5A | 5C |
Octal | 332 | 375 | 371 | 16 | 0 | 2 | 1 | 255 | 132 | 134 |
Binary | 11011010 | 11111101 | 11111001 | 1110 | 0 | 10 | 1 | 10101101 | 1011010 | 1011100 |
Color Harmonies of #DAFDF9
Complementary color
Monochromatic Colors of #DAFDF9
Black with #DAFDF9
Text Example
Text Example
White with #DAFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDF9; }
p { color: rgb(218,253,249); }
H1.HeaderClassName
{
color: #DAFDF9;
}
.AnyTagClassName
{
color: #DAFDF9;
}
</style>
background-color css
<style>
a { background-color: #DAFDF9; }
a { background-color: rgb(218,253,249); }
div.DivClassName
{
background-color: #DAFDF9;
}
.BgClassName
{
background-color: #DAFDF9;
}
</style>
border-color css
<style>
span { border-color: #DAFDF9; }
span { border-color: rgb(218,253,249); }
td.TdClassName
{
border-color: #DAFDF9;
}
.TagClassName
{
border-color: #DAFDF9;
}
</style>