Shades of Clear Day #DDFBF0
Tints of Clear Day #DDFBF0
RGB
CMYK
RGB Variations
Color information
#DDFBF0 (or 0xDDFBF0) is known color: Clear Day. HEX triplet: DD, FB and F0. RGB value is (221,251,240). Sum of RGB (Red+Green+Blue) = 221+251+240=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBF0 is #22040F. Grayscale: #F0F0F0. Windows color (decimal): -2229264 or 15793117. OLE color: 15793117.
HSL color Cylindrical-coordinate representation of color #DDFBF0: hue angle of 158º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBF0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 240 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.02 |
| HSL | 158º | 0.79% | 0.93% | - |
| HSV(B) | 158º | 0.12% | 0.98% | - |
| XYZ | 80.04 | 90.66 | 95.72 | - |
| YUV | 240.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 240 | 0.12 | 0 | 0.04 | 0.02 | 158 | 0.79 | 0.93 |
| Hex | DD | FB | F0 | C | 0 | 4 | 2 | 9E | 4F | 5D |
| Octal | 335 | 373 | 360 | 14 | 0 | 4 | 2 | 236 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11110000 | 1100 | 0 | 100 | 10 | 10011110 | 1001111 | 1011101 |
Color Harmonies of #DDFBF0
Complementary color
Monochromatic Colors of #DDFBF0
Black with #DDFBF0
Text Example
Text Example
White with #DDFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBF0; }
p { color: rgb(221,251,240); }
H1.HeaderClassName
{
color: #DDFBF0;
}
.AnyTagClassName
{
color: #DDFBF0;
}
</style>
background-color css
<style>
a { background-color: #DDFBF0; }
a { background-color: rgb(221,251,240); }
div.DivClassName
{
background-color: #DDFBF0;
}
.BgClassName
{
background-color: #DDFBF0;
}
</style>
border-color css
<style>
span { border-color: #DDFBF0; }
span { border-color: rgb(221,251,240); }
td.TdClassName
{
border-color: #DDFBF0;
}
.TagClassName
{
border-color: #DDFBF0;
}
</style>