Shades of Clear Day #DAEDE7
Tints of Clear Day #DAEDE7
RGB
CMYK
RGB Variations
Color information
#DAEDE7 (or 0xDAEDE7) is known color: Clear Day. HEX triplet: DA, ED and E7. RGB value is (218,237,231). Sum of RGB (Red+Green+Blue) = 218+237+231=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDE7 is #251218. Grayscale: #E6E6E6. Windows color (decimal): -2429465 or 15199706. OLE color: 15199706.
HSL color Cylindrical-coordinate representation of color #DAEDE7: hue angle of 161.05º degrees, saturation: 0.35, 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 #DAEDE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 231 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 161.05º | 0.35% | 0.89% | - |
HSV(B) | 161.05º | 0.08% | 0.93% | - |
XYZ | 73.62 | 81.24 | 87.4 | - |
YUV | 230.64 | 128.21 | 118.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 231 | 0.08 | 0 | 0.03 | 0.07 | 161.05 | 0.35 | 0.89 |
Hex | DA | ED | E7 | 8 | 0 | 3 | 7 | A1 | 23 | 59 |
Octal | 332 | 355 | 347 | 10 | 0 | 3 | 7 | 241 | 43 | 131 |
Binary | 11011010 | 11101101 | 11100111 | 1000 | 0 | 11 | 111 | 10100001 | 100011 | 1011001 |
Color Harmonies of #DAEDE7
Complementary color
Monochromatic Colors of #DAEDE7
Black with #DAEDE7
Text Example
Text Example
White with #DAEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDE7; }
p { color: rgb(218,237,231); }
H1.HeaderClassName
{
color: #DAEDE7;
}
.AnyTagClassName
{
color: #DAEDE7;
}
</style>
background-color css
<style>
a { background-color: #DAEDE7; }
a { background-color: rgb(218,237,231); }
div.DivClassName
{
background-color: #DAEDE7;
}
.BgClassName
{
background-color: #DAEDE7;
}
</style>
border-color css
<style>
span { border-color: #DAEDE7; }
span { border-color: rgb(218,237,231); }
td.TdClassName
{
border-color: #DAEDE7;
}
.TagClassName
{
border-color: #DAEDE7;
}
</style>