Shades of Clear Day #DDF5EE
Tints of Clear Day #DDF5EE
RGB
CMYK
RGB Variations
Color information
#DDF5EE (or 0xDDF5EE) is known color: Clear Day. HEX triplet: DD, F5 and EE. RGB value is (221,245,238). Sum of RGB (Red+Green+Blue) = 221+245+238=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5EE is #220A11. Grayscale: #EDEDED. Windows color (decimal): -2230802 or 15660509. OLE color: 15660509.
HSL color Cylindrical-coordinate representation of color #DDF5EE: hue angle of 162.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5EE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 238 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.04 |
| HSL | 162.5º | 0.55% | 0.91% | - |
| HSV(B) | 162.5º | 0.1% | 0.96% | - |
| XYZ | 77.9 | 86.85 | 93.55 | - |
| YUV | 237.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 238 | 0.10 | 0 | 0.03 | 0.04 | 162.5 | 0.55 | 0.91 |
| Hex | DD | F5 | EE | A | 0 | 3 | 4 | A2 | 37 | 5B |
| Octal | 335 | 365 | 356 | 12 | 0 | 3 | 4 | 242 | 67 | 133 |
| Binary | 11011101 | 11110101 | 11101110 | 1010 | 0 | 11 | 100 | 10100010 | 110111 | 1011011 |
Color Harmonies of #DDF5EE
Complementary color
Monochromatic Colors of #DDF5EE
Black with #DDF5EE
Text Example
Text Example
White with #DDF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5EE; }
p { color: rgb(221,245,238); }
H1.HeaderClassName
{
color: #DDF5EE;
}
.AnyTagClassName
{
color: #DDF5EE;
}
</style>
background-color css
<style>
a { background-color: #DDF5EE; }
a { background-color: rgb(221,245,238); }
div.DivClassName
{
background-color: #DDF5EE;
}
.BgClassName
{
background-color: #DDF5EE;
}
</style>
border-color css
<style>
span { border-color: #DDF5EE; }
span { border-color: rgb(221,245,238); }
td.TdClassName
{
border-color: #DDF5EE;
}
.TagClassName
{
border-color: #DDF5EE;
}
</style>