Shades of Clear Day #DAF2E9
Tints of Clear Day #DAF2E9
RGB
CMYK
RGB Variations
Color information
#DAF2E9 (or 0xDAF2E9) is known color: Clear Day. HEX triplet: DA, F2 and E9. RGB value is (218,242,233). Sum of RGB (Red+Green+Blue) = 218+242+233=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2E9 is #250D16. Grayscale: #E9E9E9. Windows color (decimal): -2428183 or 15332058. OLE color: 15332058.
HSL color Cylindrical-coordinate representation of color #DAF2E9: hue angle of 157.5º 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 #DAF2E9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 233 | - |
CMYK | 0.10 | 0 | 0.04 | 0.05 |
HSL | 157.5º | 0.48% | 0.9% | - |
HSV(B) | 157.5º | 0.1% | 0.95% | - |
XYZ | 75.37 | 84.29 | 89.39 | - |
YUV | 233.8 | 127.55 | 116.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 233 | 0.10 | 0 | 0.04 | 0.05 | 157.5 | 0.48 | 0.9 |
Hex | DA | F2 | E9 | A | 0 | 4 | 5 | 9E | 30 | 5A |
Octal | 332 | 362 | 351 | 12 | 0 | 4 | 5 | 236 | 60 | 132 |
Binary | 11011010 | 11110010 | 11101001 | 1010 | 0 | 100 | 101 | 10011110 | 110000 | 1011010 |
Color Harmonies of #DAF2E9
Complementary color
Monochromatic Colors of #DAF2E9
Black with #DAF2E9
Text Example
Text Example
White with #DAF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2E9; }
p { color: rgb(218,242,233); }
H1.HeaderClassName
{
color: #DAF2E9;
}
.AnyTagClassName
{
color: #DAF2E9;
}
</style>
background-color css
<style>
a { background-color: #DAF2E9; }
a { background-color: rgb(218,242,233); }
div.DivClassName
{
background-color: #DAF2E9;
}
.BgClassName
{
background-color: #DAF2E9;
}
</style>
border-color css
<style>
span { border-color: #DAF2E9; }
span { border-color: rgb(218,242,233); }
td.TdClassName
{
border-color: #DAF2E9;
}
.TagClassName
{
border-color: #DAF2E9;
}
</style>