Shades of Clear Day #DDF8EE
Tints of Clear Day #DDF8EE
RGB
CMYK
RGB Variations
Color information
#DDF8EE (or 0xDDF8EE) is known color: Clear Day. HEX triplet: DD, F8 and EE. RGB value is (221,248,238). Sum of RGB (Red+Green+Blue) = 221+248+238=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8EE is #220711. Grayscale: #EEEEEE. Windows color (decimal): -2230034 or 15661277. OLE color: 15661277.
HSL color Cylindrical-coordinate representation of color #DDF8EE: hue angle of 157.78º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF8EE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 238 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.03 |
| HSL | 157.78º | 0.66% | 0.92% | - |
| HSV(B) | 157.78º | 0.11% | 0.97% | - |
| XYZ | 78.82 | 88.68 | 93.85 | - |
| YUV | 238.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 238 | 0.11 | 0 | 0.04 | 0.03 | 157.78 | 0.66 | 0.92 |
| Hex | DD | F8 | EE | B | 0 | 4 | 3 | 9E | 42 | 5C |
| Octal | 335 | 370 | 356 | 13 | 0 | 4 | 3 | 236 | 102 | 134 |
| Binary | 11011101 | 11111000 | 11101110 | 1011 | 0 | 100 | 11 | 10011110 | 1000010 | 1011100 |
Color Harmonies of #DDF8EE
Complementary color
Monochromatic Colors of #DDF8EE
Black with #DDF8EE
Text Example
Text Example
White with #DDF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8EE; }
p { color: rgb(221,248,238); }
H1.HeaderClassName
{
color: #DDF8EE;
}
.AnyTagClassName
{
color: #DDF8EE;
}
</style>
background-color css
<style>
a { background-color: #DDF8EE; }
a { background-color: rgb(221,248,238); }
div.DivClassName
{
background-color: #DDF8EE;
}
.BgClassName
{
background-color: #DDF8EE;
}
</style>
border-color css
<style>
span { border-color: #DDF8EE; }
span { border-color: rgb(221,248,238); }
td.TdClassName
{
border-color: #DDF8EE;
}
.TagClassName
{
border-color: #DDF8EE;
}
</style>