Shades of Clear Day #DDF9EF
Tints of Clear Day #DDF9EF
RGB
CMYK
RGB Variations
Color information
#DDF9EF (or 0xDDF9EF) is known color: Clear Day. HEX triplet: DD, F9 and EF. RGB value is (221,249,239). Sum of RGB (Red+Green+Blue) = 221+249+239=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EF is #220610. Grayscale: #EFEFEF. Windows color (decimal): -2229777 or 15727069. OLE color: 15727069.
HSL color Cylindrical-coordinate representation of color #DDF9EF: hue angle of 158.57º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9EF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 239 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.02 |
| HSL | 158.57º | 0.7% | 0.92% | - |
| HSV(B) | 158.57º | 0.11% | 0.98% | - |
| XYZ | 79.27 | 89.36 | 94.73 | - |
| YUV | 239.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 239 | 0.11 | 0 | 0.04 | 0.02 | 158.57 | 0.7 | 0.92 |
| Hex | DD | F9 | EF | B | 0 | 4 | 2 | 9F | 46 | 5C |
| Octal | 335 | 371 | 357 | 13 | 0 | 4 | 2 | 237 | 106 | 134 |
| Binary | 11011101 | 11111001 | 11101111 | 1011 | 0 | 100 | 10 | 10011111 | 1000110 | 1011100 |
Color Harmonies of #DDF9EF
Complementary color
Monochromatic Colors of #DDF9EF
Black with #DDF9EF
Text Example
Text Example
White with #DDF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9EF; }
p { color: rgb(221,249,239); }
H1.HeaderClassName
{
color: #DDF9EF;
}
.AnyTagClassName
{
color: #DDF9EF;
}
</style>
background-color css
<style>
a { background-color: #DDF9EF; }
a { background-color: rgb(221,249,239); }
div.DivClassName
{
background-color: #DDF9EF;
}
.BgClassName
{
background-color: #DDF9EF;
}
</style>
border-color css
<style>
span { border-color: #DDF9EF; }
span { border-color: rgb(221,249,239); }
td.TdClassName
{
border-color: #DDF9EF;
}
.TagClassName
{
border-color: #DDF9EF;
}
</style>