Shades of Clear Day #DFF5EE
Tints of Clear Day #DFF5EE
RGB
CMYK
RGB Variations
Color information
#DFF5EE (or 0xDFF5EE) is known color: Clear Day. HEX triplet: DF, F5 and EE. RGB value is (223,245,238). Sum of RGB (Red+Green+Blue) = 223+245+238=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5EE is #200A11. Grayscale: #EDEDED. Windows color (decimal): -2099730 or 15660511. OLE color: 15660511.
HSL color Cylindrical-coordinate representation of color #DFF5EE: hue angle of 160.91º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF5EE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 245 | 238 | - |
CMYK | 0.09 | 0 | 0.03 | 0.04 |
HSL | 160.91º | 0.52% | 0.92% | - |
HSV(B) | 160.91º | 0.09% | 0.96% | - |
XYZ | 78.52 | 87.17 | 93.58 | - |
YUV | 237.62 | 128.21 | 117.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 245 | 238 | 0.09 | 0 | 0.03 | 0.04 | 160.91 | 0.52 | 0.92 |
Hex | DF | F5 | EE | 9 | 0 | 3 | 4 | A1 | 34 | 5C |
Octal | 337 | 365 | 356 | 11 | 0 | 3 | 4 | 241 | 64 | 134 |
Binary | 11011111 | 11110101 | 11101110 | 1001 | 0 | 11 | 100 | 10100001 | 110100 | 1011100 |
Color Harmonies of #DFF5EE
Complementary color
Monochromatic Colors of #DFF5EE
Black with #DFF5EE
Text Example
Text Example
White with #DFF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5EE; }
p { color: rgb(223,245,238); }
H1.HeaderClassName
{
color: #DFF5EE;
}
.AnyTagClassName
{
color: #DFF5EE;
}
</style>
background-color css
<style>
a { background-color: #DFF5EE; }
a { background-color: rgb(223,245,238); }
div.DivClassName
{
background-color: #DFF5EE;
}
.BgClassName
{
background-color: #DFF5EE;
}
</style>
border-color css
<style>
span { border-color: #DFF5EE; }
span { border-color: rgb(223,245,238); }
td.TdClassName
{
border-color: #DFF5EE;
}
.TagClassName
{
border-color: #DFF5EE;
}
</style>