Shades of Clear Day #DDF5EF
Tints of Clear Day #DDF5EF
RGB
CMYK
RGB Variations
Color information
#DDF5EF (or 0xDDF5EF) is known color: Clear Day. HEX triplet: DD, F5 and EF. RGB value is (221,245,239). Sum of RGB (Red+Green+Blue) = 221+245+239=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5EF is #220A10. Grayscale: #EDEDED. Windows color (decimal): -2230801 or 15726045. OLE color: 15726045.
HSL color Cylindrical-coordinate representation of color #DDF5EF: hue angle of 165º 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 #DDF5EF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 239 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.04 |
| HSL | 165º | 0.55% | 0.91% | - |
| HSV(B) | 165º | 0.1% | 0.96% | - |
| XYZ | 78.05 | 86.91 | 94.32 | - |
| YUV | 237.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 239 | 0.10 | 0 | 0.02 | 0.04 | 165 | 0.55 | 0.91 |
| Hex | DD | F5 | EF | A | 0 | 2 | 4 | A5 | 37 | 5B |
| Octal | 335 | 365 | 357 | 12 | 0 | 2 | 4 | 245 | 67 | 133 |
| Binary | 11011101 | 11110101 | 11101111 | 1010 | 0 | 10 | 100 | 10100101 | 110111 | 1011011 |
Color Harmonies of #DDF5EF
Complementary color
Monochromatic Colors of #DDF5EF
Black with #DDF5EF
Text Example
Text Example
White with #DDF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5EF; }
p { color: rgb(221,245,239); }
H1.HeaderClassName
{
color: #DDF5EF;
}
.AnyTagClassName
{
color: #DDF5EF;
}
</style>
background-color css
<style>
a { background-color: #DDF5EF; }
a { background-color: rgb(221,245,239); }
div.DivClassName
{
background-color: #DDF5EF;
}
.BgClassName
{
background-color: #DDF5EF;
}
</style>
border-color css
<style>
span { border-color: #DDF5EF; }
span { border-color: rgb(221,245,239); }
td.TdClassName
{
border-color: #DDF5EF;
}
.TagClassName
{
border-color: #DDF5EF;
}
</style>