Shades of Clear Day #DAF6ED
Tints of Clear Day #DAF6ED
RGB
CMYK
RGB Variations
Color information
#DAF6ED (or 0xDAF6ED) is known color: Clear Day. HEX triplet: DA, F6 and ED. RGB value is (218,246,237). Sum of RGB (Red+Green+Blue) = 218+246+237=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6ED is #250912. Grayscale: #ECECEC. Windows color (decimal): -2427155 or 15595226. OLE color: 15595226.
HSL color Cylindrical-coordinate representation of color #DAF6ED: hue angle of 160.71º degrees, saturation: 0.61, 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 #DAF6ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 237 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.04 |
| HSL | 160.71º | 0.61% | 0.91% | - |
| HSV(B) | 160.71º | 0.11% | 0.96% | - |
| XYZ | 77.16 | 86.93 | 92.83 | - |
| YUV | 236.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 237 | 0.11 | 0 | 0.04 | 0.04 | 160.71 | 0.61 | 0.91 |
| Hex | DA | F6 | ED | B | 0 | 4 | 4 | A1 | 3D | 5B |
| Octal | 332 | 366 | 355 | 13 | 0 | 4 | 4 | 241 | 75 | 133 |
| Binary | 11011010 | 11110110 | 11101101 | 1011 | 0 | 100 | 100 | 10100001 | 111101 | 1011011 |
Color Harmonies of #DAF6ED
Complementary color
Monochromatic Colors of #DAF6ED
Black with #DAF6ED
Text Example
Text Example
White with #DAF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6ED; }
p { color: rgb(218,246,237); }
H1.HeaderClassName
{
color: #DAF6ED;
}
.AnyTagClassName
{
color: #DAF6ED;
}
</style>
background-color css
<style>
a { background-color: #DAF6ED; }
a { background-color: rgb(218,246,237); }
div.DivClassName
{
background-color: #DAF6ED;
}
.BgClassName
{
background-color: #DAF6ED;
}
</style>
border-color css
<style>
span { border-color: #DAF6ED; }
span { border-color: rgb(218,246,237); }
td.TdClassName
{
border-color: #DAF6ED;
}
.TagClassName
{
border-color: #DAF6ED;
}
</style>