Shades of Clear Day #DDF6EF
Tints of Clear Day #DDF6EF
RGB
CMYK
RGB Variations
Color information
#DDF6EF (or 0xDDF6EF) is known color: Clear Day. HEX triplet: DD, F6 and EF. RGB value is (221,246,239). Sum of RGB (Red+Green+Blue) = 221+246+239=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6EF is #220910. Grayscale: #EDEDED. Windows color (decimal): -2230545 or 15726301. OLE color: 15726301.
HSL color Cylindrical-coordinate representation of color #DDF6EF: hue angle of 163.2º 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 #DDF6EF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 239 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.04 |
| HSL | 163.2º | 0.58% | 0.92% | - |
| HSV(B) | 163.2º | 0.1% | 0.96% | - |
| XYZ | 78.35 | 87.52 | 94.42 | - |
| YUV | 237.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 239 | 0.10 | 0 | 0.03 | 0.04 | 163.2 | 0.58 | 0.92 |
| Hex | DD | F6 | EF | A | 0 | 3 | 4 | A3 | 3A | 5C |
| Octal | 335 | 366 | 357 | 12 | 0 | 3 | 4 | 243 | 72 | 134 |
| Binary | 11011101 | 11110110 | 11101111 | 1010 | 0 | 11 | 100 | 10100011 | 111010 | 1011100 |
Color Harmonies of #DDF6EF
Complementary color
Monochromatic Colors of #DDF6EF
Black with #DDF6EF
Text Example
Text Example
White with #DDF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6EF; }
p { color: rgb(221,246,239); }
H1.HeaderClassName
{
color: #DDF6EF;
}
.AnyTagClassName
{
color: #DDF6EF;
}
</style>
background-color css
<style>
a { background-color: #DDF6EF; }
a { background-color: rgb(221,246,239); }
div.DivClassName
{
background-color: #DDF6EF;
}
.BgClassName
{
background-color: #DDF6EF;
}
</style>
border-color css
<style>
span { border-color: #DDF6EF; }
span { border-color: rgb(221,246,239); }
td.TdClassName
{
border-color: #DDF6EF;
}
.TagClassName
{
border-color: #DDF6EF;
}
</style>