Shades of Clear Day #DDFCF0
Tints of Clear Day #DDFCF0
RGB
CMYK
RGB Variations
Color information
#DDFCF0 (or 0xDDFCF0) is known color: Clear Day. HEX triplet: DD, FC and F0. RGB value is (221,252,240). Sum of RGB (Red+Green+Blue) = 221+252+240=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCF0 is #22030F. Grayscale: #F1F1F1. Windows color (decimal): -2229008 or 15793373. OLE color: 15793373.
HSL color Cylindrical-coordinate representation of color #DDFCF0: hue angle of 156.77º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCF0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 240 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.01 |
| HSL | 156.77º | 0.84% | 0.93% | - |
| HSV(B) | 156.77º | 0.12% | 0.99% | - |
| XYZ | 80.36 | 91.28 | 95.82 | - |
| YUV | 241.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 240 | 0.12 | 0 | 0.05 | 0.01 | 156.77 | 0.84 | 0.93 |
| Hex | DD | FC | F0 | C | 0 | 5 | 1 | 9D | 54 | 5D |
| Octal | 335 | 374 | 360 | 14 | 0 | 5 | 1 | 235 | 124 | 135 |
| Binary | 11011101 | 11111100 | 11110000 | 1100 | 0 | 101 | 1 | 10011101 | 1010100 | 1011101 |
Color Harmonies of #DDFCF0
Complementary color
Monochromatic Colors of #DDFCF0
Black with #DDFCF0
Text Example
Text Example
White with #DDFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCF0; }
p { color: rgb(221,252,240); }
H1.HeaderClassName
{
color: #DDFCF0;
}
.AnyTagClassName
{
color: #DDFCF0;
}
</style>
background-color css
<style>
a { background-color: #DDFCF0; }
a { background-color: rgb(221,252,240); }
div.DivClassName
{
background-color: #DDFCF0;
}
.BgClassName
{
background-color: #DDFCF0;
}
</style>
border-color css
<style>
span { border-color: #DDFCF0; }
span { border-color: rgb(221,252,240); }
td.TdClassName
{
border-color: #DDFCF0;
}
.TagClassName
{
border-color: #DDFCF0;
}
</style>