Shades of Clear Day #DAF8ED
Tints of Clear Day #DAF8ED
RGB
CMYK
RGB Variations
Color information
#DAF8ED (or 0xDAF8ED) is known color: Clear Day. HEX triplet: DA, F8 and ED. RGB value is (218,248,237). Sum of RGB (Red+Green+Blue) = 218+248+237=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8ED is #250712. Grayscale: #EDEDED. Windows color (decimal): -2426643 or 15595738. OLE color: 15595738.
HSL color Cylindrical-coordinate representation of color #DAF8ED: hue angle of 158º degrees, saturation: 0.68, 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 #DAF8ED is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 237 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.03 |
| HSL | 158º | 0.68% | 0.91% | - |
| HSV(B) | 158º | 0.12% | 0.97% | - |
| XYZ | 77.77 | 88.15 | 93.04 | - |
| YUV | 237.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 237 | 0.12 | 0 | 0.04 | 0.03 | 158 | 0.68 | 0.91 |
| Hex | DA | F8 | ED | C | 0 | 4 | 3 | 9E | 44 | 5B |
| Octal | 332 | 370 | 355 | 14 | 0 | 4 | 3 | 236 | 104 | 133 |
| Binary | 11011010 | 11111000 | 11101101 | 1100 | 0 | 100 | 11 | 10011110 | 1000100 | 1011011 |
Color Harmonies of #DAF8ED
Complementary color
Monochromatic Colors of #DAF8ED
Black with #DAF8ED
Text Example
Text Example
White with #DAF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8ED; }
p { color: rgb(218,248,237); }
H1.HeaderClassName
{
color: #DAF8ED;
}
.AnyTagClassName
{
color: #DAF8ED;
}
</style>
background-color css
<style>
a { background-color: #DAF8ED; }
a { background-color: rgb(218,248,237); }
div.DivClassName
{
background-color: #DAF8ED;
}
.BgClassName
{
background-color: #DAF8ED;
}
</style>
border-color css
<style>
span { border-color: #DAF8ED; }
span { border-color: rgb(218,248,237); }
td.TdClassName
{
border-color: #DAF8ED;
}
.TagClassName
{
border-color: #DAF8ED;
}
</style>