Shades of Clear Day #DDF6EE
Tints of Clear Day #DDF6EE
RGB
CMYK
RGB Variations
Color information
#DDF6EE (or 0xDDF6EE) is known color: Clear Day. HEX triplet: DD, F6 and EE. RGB value is (221,246,238). Sum of RGB (Red+Green+Blue) = 221+246+238=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6EE is #220911. Grayscale: #EDEDED. Windows color (decimal): -2230546 or 15660765. OLE color: 15660765.
HSL color Cylindrical-coordinate representation of color #DDF6EE: hue angle of 160.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6EE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 246 | 238 | - |
CMYK | 0.10 | 0 | 0.03 | 0.04 |
HSL | 160.8º | 0.58% | 0.92% | - |
HSV(B) | 160.8º | 0.1% | 0.96% | - |
XYZ | 78.21 | 87.46 | 93.65 | - |
YUV | 237.61 | 128.22 | 116.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 246 | 238 | 0.10 | 0 | 0.03 | 0.04 | 160.8 | 0.58 | 0.92 |
Hex | DD | F6 | EE | A | 0 | 3 | 4 | A1 | 3A | 5C |
Octal | 335 | 366 | 356 | 12 | 0 | 3 | 4 | 241 | 72 | 134 |
Binary | 11011101 | 11110110 | 11101110 | 1010 | 0 | 11 | 100 | 10100001 | 111010 | 1011100 |
Color Harmonies of #DDF6EE
Complementary color
Monochromatic Colors of #DDF6EE
Black with #DDF6EE
Text Example
Text Example
White with #DDF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6EE; }
p { color: rgb(221,246,238); }
H1.HeaderClassName
{
color: #DDF6EE;
}
.AnyTagClassName
{
color: #DDF6EE;
}
</style>
background-color css
<style>
a { background-color: #DDF6EE; }
a { background-color: rgb(221,246,238); }
div.DivClassName
{
background-color: #DDF6EE;
}
.BgClassName
{
background-color: #DDF6EE;
}
</style>
border-color css
<style>
span { border-color: #DDF6EE; }
span { border-color: rgb(221,246,238); }
td.TdClassName
{
border-color: #DDF6EE;
}
.TagClassName
{
border-color: #DDF6EE;
}
</style>