Shades of Clear Day #DAEEE7
Tints of Clear Day #DAEEE7
RGB
CMYK
RGB Variations
Color information
#DAEEE7 (or 0xDAEEE7) is known color: Clear Day. HEX triplet: DA, EE and E7. RGB value is (218,238,231). Sum of RGB (Red+Green+Blue) = 218+238+231=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE7 is #251118. Grayscale: #E7E7E7. Windows color (decimal): -2429209 or 15199962. OLE color: 15199962.
HSL color Cylindrical-coordinate representation of color #DAEEE7: hue angle of 159º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 231 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 159º | 0.37% | 0.89% | - |
HSV(B) | 159º | 0.08% | 0.93% | - |
XYZ | 73.91 | 81.82 | 87.5 | - |
YUV | 231.22 | 127.87 | 118.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 231 | 0.08 | 0 | 0.03 | 0.07 | 159 | 0.37 | 0.89 |
Hex | DA | EE | E7 | 8 | 0 | 3 | 7 | 9F | 25 | 59 |
Octal | 332 | 356 | 347 | 10 | 0 | 3 | 7 | 237 | 45 | 131 |
Binary | 11011010 | 11101110 | 11100111 | 1000 | 0 | 11 | 111 | 10011111 | 100101 | 1011001 |
Color Harmonies of #DAEEE7
Complementary color
Monochromatic Colors of #DAEEE7
Black with #DAEEE7
Text Example
Text Example
White with #DAEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEE7; }
p { color: rgb(218,238,231); }
H1.HeaderClassName
{
color: #DAEEE7;
}
.AnyTagClassName
{
color: #DAEEE7;
}
</style>
background-color css
<style>
a { background-color: #DAEEE7; }
a { background-color: rgb(218,238,231); }
div.DivClassName
{
background-color: #DAEEE7;
}
.BgClassName
{
background-color: #DAEEE7;
}
</style>
border-color css
<style>
span { border-color: #DAEEE7; }
span { border-color: rgb(218,238,231); }
td.TdClassName
{
border-color: #DAEEE7;
}
.TagClassName
{
border-color: #DAEEE7;
}
</style>