Shades of Light Cyan #DAFDFC
Tints of Light Cyan #DAFDFC
RGB
CMYK
RGB Variations
Color information
#DAFDFC (or 0xDAFDFC) is known color: Light Cyan. HEX triplet: DA, FD and FC. RGB value is (218,253,252). Sum of RGB (Red+Green+Blue) = 218+253+252=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDFC is #250203. Grayscale: #F2F2F2. Windows color (decimal): -2425348 or 16580058. OLE color: 16580058.
HSL color Cylindrical-coordinate representation of color #DAFDFC: hue angle of 178.29º 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 #DAFDFC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 252 | - |
CMYK | 0.14 | 0 | 0.00 | 0.01 |
HSL | 178.29º | 0.9% | 0.92% | - |
HSV(B) | 178.29º | 0.14% | 0.99% | - |
XYZ | 81.61 | 92.18 | 105.59 | - |
YUV | 242.42 | 133.4 | 110.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 252 | 0.14 | 0 | 0.00 | 0.01 | 178.29 | 0.9 | 0.92 |
Hex | DA | FD | FC | E | 0 | 0 | 1 | B2 | 5A | 5C |
Octal | 332 | 375 | 374 | 16 | 0 | 0 | 1 | 262 | 132 | 134 |
Binary | 11011010 | 11111101 | 11111100 | 1110 | 0 | 0 | 1 | 10110010 | 1011010 | 1011100 |
Color Harmonies of #DAFDFC
Complementary color
Monochromatic Colors of #DAFDFC
Black with #DAFDFC
Text Example
Text Example
White with #DAFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDFC; }
p { color: rgb(218,253,252); }
H1.HeaderClassName
{
color: #DAFDFC;
}
.AnyTagClassName
{
color: #DAFDFC;
}
</style>
background-color css
<style>
a { background-color: #DAFDFC; }
a { background-color: rgb(218,253,252); }
div.DivClassName
{
background-color: #DAFDFC;
}
.BgClassName
{
background-color: #DAFDFC;
}
</style>
border-color css
<style>
span { border-color: #DAFDFC; }
span { border-color: rgb(218,253,252); }
td.TdClassName
{
border-color: #DAFDFC;
}
.TagClassName
{
border-color: #DAFDFC;
}
</style>