Shades of Clear Day #DAF4ED
Tints of Clear Day #DAF4ED
RGB
CMYK
RGB Variations
Color information
#DAF4ED (or 0xDAF4ED) is known color: Clear Day. HEX triplet: DA, F4 and ED. RGB value is (218,244,237). Sum of RGB (Red+Green+Blue) = 218+244+237=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4ED is #250B12. Grayscale: #EBEBEB. Windows color (decimal): -2427667 or 15594714. OLE color: 15594714.
HSL color Cylindrical-coordinate representation of color #DAF4ED: hue angle of 163.85º degrees, saturation: 0.54, 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 #DAF4ED is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 237 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.04 |
| HSL | 163.85º | 0.54% | 0.91% | - |
| HSV(B) | 163.85º | 0.11% | 0.96% | - |
| XYZ | 76.55 | 85.72 | 92.63 | - |
| YUV | 235.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 237 | 0.11 | 0 | 0.03 | 0.04 | 163.85 | 0.54 | 0.91 |
| Hex | DA | F4 | ED | B | 0 | 3 | 4 | A4 | 36 | 5B |
| Octal | 332 | 364 | 355 | 13 | 0 | 3 | 4 | 244 | 66 | 133 |
| Binary | 11011010 | 11110100 | 11101101 | 1011 | 0 | 11 | 100 | 10100100 | 110110 | 1011011 |
Color Harmonies of #DAF4ED
Complementary color
Monochromatic Colors of #DAF4ED
Black with #DAF4ED
Text Example
Text Example
White with #DAF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF4ED; }
p { color: rgb(218,244,237); }
H1.HeaderClassName
{
color: #DAF4ED;
}
.AnyTagClassName
{
color: #DAF4ED;
}
</style>
background-color css
<style>
a { background-color: #DAF4ED; }
a { background-color: rgb(218,244,237); }
div.DivClassName
{
background-color: #DAF4ED;
}
.BgClassName
{
background-color: #DAF4ED;
}
</style>
border-color css
<style>
span { border-color: #DAF4ED; }
span { border-color: rgb(218,244,237); }
td.TdClassName
{
border-color: #DAF4ED;
}
.TagClassName
{
border-color: #DAF4ED;
}
</style>