Shades of Clear Day #DFF0EA
Tints of Clear Day #DFF0EA
RGB
CMYK
RGB Variations
Color information
#DFF0EA (or 0xDFF0EA) is known color: Clear Day. HEX triplet: DF, F0 and EA. RGB value is (223,240,234). Sum of RGB (Red+Green+Blue) = 223+240+234=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0EA is #200F15. Grayscale: #EAEAEA. Windows color (decimal): -2101014 or 15397087. OLE color: 15397087.
HSL color Cylindrical-coordinate representation of color #DFF0EA: hue angle of 158.82º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF0EA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 234 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.06 |
| HSL | 158.82º | 0.36% | 0.91% | - |
| HSV(B) | 158.82º | 0.07% | 0.94% | - |
| XYZ | 76.44 | 83.95 | 90.02 | - |
| YUV | 234.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 234 | 0.07 | 0 | 0.02 | 0.06 | 158.82 | 0.36 | 0.91 |
| Hex | DF | F0 | EA | 7 | 0 | 2 | 6 | 9F | 24 | 5B |
| Octal | 337 | 360 | 352 | 7 | 0 | 2 | 6 | 237 | 44 | 133 |
| Binary | 11011111 | 11110000 | 11101010 | 111 | 0 | 10 | 110 | 10011111 | 100100 | 1011011 |
Color Harmonies of #DFF0EA
Complementary color
Monochromatic Colors of #DFF0EA
Black with #DFF0EA
Text Example
Text Example
White with #DFF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0EA; }
p { color: rgb(223,240,234); }
H1.HeaderClassName
{
color: #DFF0EA;
}
.AnyTagClassName
{
color: #DFF0EA;
}
</style>
background-color css
<style>
a { background-color: #DFF0EA; }
a { background-color: rgb(223,240,234); }
div.DivClassName
{
background-color: #DFF0EA;
}
.BgClassName
{
background-color: #DFF0EA;
}
</style>
border-color css
<style>
span { border-color: #DFF0EA; }
span { border-color: rgb(223,240,234); }
td.TdClassName
{
border-color: #DFF0EA;
}
.TagClassName
{
border-color: #DFF0EA;
}
</style>