Shades of Clear Day #DAF3EA
Tints of Clear Day #DAF3EA
RGB
CMYK
RGB Variations
Color information
#DAF3EA (or 0xDAF3EA) is known color: Clear Day. HEX triplet: DA, F3 and EA. RGB value is (218,243,234). Sum of RGB (Red+Green+Blue) = 218+243+234=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3EA is #250C15. Grayscale: #EAEAEA. Windows color (decimal): -2427926 or 15397850. OLE color: 15397850.
HSL color Cylindrical-coordinate representation of color #DAF3EA: hue angle of 158.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF3EA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 234 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.05 |
| HSL | 158.4º | 0.51% | 0.9% | - |
| HSV(B) | 158.4º | 0.1% | 0.95% | - |
| XYZ | 75.82 | 84.95 | 90.24 | - |
| YUV | 234.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 234 | 0.10 | 0 | 0.04 | 0.05 | 158.4 | 0.51 | 0.9 |
| Hex | DA | F3 | EA | A | 0 | 4 | 5 | 9E | 33 | 5A |
| Octal | 332 | 363 | 352 | 12 | 0 | 4 | 5 | 236 | 63 | 132 |
| Binary | 11011010 | 11110011 | 11101010 | 1010 | 0 | 100 | 101 | 10011110 | 110011 | 1011010 |
Color Harmonies of #DAF3EA
Complementary color
Monochromatic Colors of #DAF3EA
Black with #DAF3EA
Text Example
Text Example
White with #DAF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3EA; }
p { color: rgb(218,243,234); }
H1.HeaderClassName
{
color: #DAF3EA;
}
.AnyTagClassName
{
color: #DAF3EA;
}
</style>
background-color css
<style>
a { background-color: #DAF3EA; }
a { background-color: rgb(218,243,234); }
div.DivClassName
{
background-color: #DAF3EA;
}
.BgClassName
{
background-color: #DAF3EA;
}
</style>
border-color css
<style>
span { border-color: #DAF3EA; }
span { border-color: rgb(218,243,234); }
td.TdClassName
{
border-color: #DAF3EA;
}
.TagClassName
{
border-color: #DAF3EA;
}
</style>