Shades of Clear Day #DAF7EC
Tints of Clear Day #DAF7EC
RGB
CMYK
RGB Variations
Color information
#DAF7EC (or 0xDAF7EC) is known color: Clear Day. HEX triplet: DA, F7 and EC. RGB value is (218,247,236). Sum of RGB (Red+Green+Blue) = 218+247+236=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7EC is #250813. Grayscale: #EDEDED. Windows color (decimal): -2426900 or 15529946. OLE color: 15529946.
HSL color Cylindrical-coordinate representation of color #DAF7EC: hue angle of 157.24º 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 #DAF7EC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 236 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.03 |
| HSL | 157.24º | 0.64% | 0.91% | - |
| HSV(B) | 157.24º | 0.12% | 0.97% | - |
| XYZ | 77.31 | 87.48 | 92.17 | - |
| YUV | 237.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 236 | 0.12 | 0 | 0.04 | 0.03 | 157.24 | 0.64 | 0.91 |
| Hex | DA | F7 | EC | C | 0 | 4 | 3 | 9D | 40 | 5B |
| Octal | 332 | 367 | 354 | 14 | 0 | 4 | 3 | 235 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11101100 | 1100 | 0 | 100 | 11 | 10011101 | 1000000 | 1011011 |
Color Harmonies of #DAF7EC
Complementary color
Monochromatic Colors of #DAF7EC
Black with #DAF7EC
Text Example
Text Example
White with #DAF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7EC; }
p { color: rgb(218,247,236); }
H1.HeaderClassName
{
color: #DAF7EC;
}
.AnyTagClassName
{
color: #DAF7EC;
}
</style>
background-color css
<style>
a { background-color: #DAF7EC; }
a { background-color: rgb(218,247,236); }
div.DivClassName
{
background-color: #DAF7EC;
}
.BgClassName
{
background-color: #DAF7EC;
}
</style>
border-color css
<style>
span { border-color: #DAF7EC; }
span { border-color: rgb(218,247,236); }
td.TdClassName
{
border-color: #DAF7EC;
}
.TagClassName
{
border-color: #DAF7EC;
}
</style>