Shades of Clear Day #DAF7ED
Tints of Clear Day #DAF7ED
RGB
CMYK
RGB Variations
Color information
#DAF7ED (or 0xDAF7ED) is known color: Clear Day. HEX triplet: DA, F7 and ED. RGB value is (218,247,237). Sum of RGB (Red+Green+Blue) = 218+247+237=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7ED is #250812. Grayscale: #EDEDED. Windows color (decimal): -2426899 or 15595482. OLE color: 15595482.
HSL color Cylindrical-coordinate representation of color #DAF7ED: hue angle of 159.31º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7ED is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 247 | 237 | - |
CMYK | 0.12 | 0 | 0.04 | 0.03 |
HSL | 159.31º | 0.64% | 0.91% | - |
HSV(B) | 159.31º | 0.12% | 0.97% | - |
XYZ | 77.46 | 87.54 | 92.94 | - |
YUV | 237.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 247 | 237 | 0.12 | 0 | 0.04 | 0.03 | 159.31 | 0.64 | 0.91 |
Hex | DA | F7 | ED | C | 0 | 4 | 3 | 9F | 40 | 5B |
Octal | 332 | 367 | 355 | 14 | 0 | 4 | 3 | 237 | 100 | 133 |
Binary | 11011010 | 11110111 | 11101101 | 1100 | 0 | 100 | 11 | 10011111 | 1000000 | 1011011 |
Color Harmonies of #DAF7ED
Complementary color
Monochromatic Colors of #DAF7ED
Black with #DAF7ED
Text Example
Text Example
White with #DAF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7ED; }
p { color: rgb(218,247,237); }
H1.HeaderClassName
{
color: #DAF7ED;
}
.AnyTagClassName
{
color: #DAF7ED;
}
</style>
background-color css
<style>
a { background-color: #DAF7ED; }
a { background-color: rgb(218,247,237); }
div.DivClassName
{
background-color: #DAF7ED;
}
.BgClassName
{
background-color: #DAF7ED;
}
</style>
border-color css
<style>
span { border-color: #DAF7ED; }
span { border-color: rgb(218,247,237); }
td.TdClassName
{
border-color: #DAF7ED;
}
.TagClassName
{
border-color: #DAF7ED;
}
</style>