Shades of Clear Day #DAF2EA
Tints of Clear Day #DAF2EA
RGB
CMYK
RGB Variations
Color information
#DAF2EA (or 0xDAF2EA) is known color: Clear Day. HEX triplet: DA, F2 and EA. RGB value is (218,242,234). Sum of RGB (Red+Green+Blue) = 218+242+234=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2EA is #250D15. Grayscale: #E9E9E9. Windows color (decimal): -2428182 or 15397594. OLE color: 15397594.
HSL color Cylindrical-coordinate representation of color #DAF2EA: hue angle of 160º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2EA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 234 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.05 |
| HSL | 160º | 0.48% | 0.9% | - |
| HSV(B) | 160º | 0.1% | 0.95% | - |
| XYZ | 75.52 | 84.35 | 90.14 | - |
| YUV | 233.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 234 | 0.10 | 0 | 0.03 | 0.05 | 160 | 0.48 | 0.9 |
| Hex | DA | F2 | EA | A | 0 | 3 | 5 | A0 | 30 | 5A |
| Octal | 332 | 362 | 352 | 12 | 0 | 3 | 5 | 240 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11101010 | 1010 | 0 | 11 | 101 | 10100000 | 110000 | 1011010 |
Color Harmonies of #DAF2EA
Complementary color
Monochromatic Colors of #DAF2EA
Black with #DAF2EA
Text Example
Text Example
White with #DAF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2EA; }
p { color: rgb(218,242,234); }
H1.HeaderClassName
{
color: #DAF2EA;
}
.AnyTagClassName
{
color: #DAF2EA;
}
</style>
background-color css
<style>
a { background-color: #DAF2EA; }
a { background-color: rgb(218,242,234); }
div.DivClassName
{
background-color: #DAF2EA;
}
.BgClassName
{
background-color: #DAF2EA;
}
</style>
border-color css
<style>
span { border-color: #DAF2EA; }
span { border-color: rgb(218,242,234); }
td.TdClassName
{
border-color: #DAF2EA;
}
.TagClassName
{
border-color: #DAF2EA;
}
</style>