Shades of Clear Day #DAF5EE
Tints of Clear Day #DAF5EE
RGB
CMYK
RGB Variations
Color information
#DAF5EE (or 0xDAF5EE) is known color: Clear Day. HEX triplet: DA, F5 and EE. RGB value is (218,245,238). Sum of RGB (Red+Green+Blue) = 218+245+238=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5EE is #250A11. Grayscale: #ECECEC. Windows color (decimal): -2427410 or 15660506. OLE color: 15660506.
HSL color Cylindrical-coordinate representation of color #DAF5EE: hue angle of 164.44º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5EE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 245 | 238 | - |
CMYK | 0.11 | 0 | 0.03 | 0.04 |
HSL | 164.44º | 0.57% | 0.91% | - |
HSV(B) | 164.44º | 0.11% | 0.96% | - |
XYZ | 77 | 86.38 | 93.5 | - |
YUV | 236.13 | 129.05 | 115.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 245 | 238 | 0.11 | 0 | 0.03 | 0.04 | 164.44 | 0.57 | 0.91 |
Hex | DA | F5 | EE | B | 0 | 3 | 4 | A4 | 39 | 5B |
Octal | 332 | 365 | 356 | 13 | 0 | 3 | 4 | 244 | 71 | 133 |
Binary | 11011010 | 11110101 | 11101110 | 1011 | 0 | 11 | 100 | 10100100 | 111001 | 1011011 |
Color Harmonies of #DAF5EE
Complementary color
Monochromatic Colors of #DAF5EE
Black with #DAF5EE
Text Example
Text Example
White with #DAF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5EE; }
p { color: rgb(218,245,238); }
H1.HeaderClassName
{
color: #DAF5EE;
}
.AnyTagClassName
{
color: #DAF5EE;
}
</style>
background-color css
<style>
a { background-color: #DAF5EE; }
a { background-color: rgb(218,245,238); }
div.DivClassName
{
background-color: #DAF5EE;
}
.BgClassName
{
background-color: #DAF5EE;
}
</style>
border-color css
<style>
span { border-color: #DAF5EE; }
span { border-color: rgb(218,245,238); }
td.TdClassName
{
border-color: #DAF5EE;
}
.TagClassName
{
border-color: #DAF5EE;
}
</style>