Shades of Frostee #DDF0CE
Tints of Frostee #DDF0CE
RGB
CMYK
RGB Variations
Color information
#DDF0CE (or 0xDDF0CE) is known color: Frostee. HEX triplet: DD, F0 and CE. RGB value is (221,240,206). Sum of RGB (Red+Green+Blue) = 221+240+206=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0CE is #220F31. Grayscale: #E6E6E6. Windows color (decimal): -2232114 or 13562077. OLE color: 13562077.
HSL color Cylindrical-coordinate representation of color #DDF0CE: hue angle of 93.53º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF0CE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 206 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 93.53º | 0.53% | 0.87% | - |
| HSV(B) | 93.53º | 0.14% | 0.94% | - |
| XYZ | 72.12 | 82.15 | 70.45 | - |
| YUV | 230.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 206 | 0.08 | 0 | 0.14 | 0.06 | 93.53 | 0.53 | 0.87 |
| Hex | DD | F0 | CE | 8 | 0 | E | 6 | 5E | 35 | 57 |
| Octal | 335 | 360 | 316 | 10 | 0 | 16 | 6 | 136 | 65 | 127 |
| Binary | 11011101 | 11110000 | 11001110 | 1000 | 0 | 1110 | 110 | 1011110 | 110101 | 1010111 |
Color Harmonies of #DDF0CE
Complementary color
Monochromatic Colors of #DDF0CE
Black with #DDF0CE
Text Example
Text Example
White with #DDF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0CE; }
p { color: rgb(221,240,206); }
H1.HeaderClassName
{
color: #DDF0CE;
}
.AnyTagClassName
{
color: #DDF0CE;
}
</style>
background-color css
<style>
a { background-color: #DDF0CE; }
a { background-color: rgb(221,240,206); }
div.DivClassName
{
background-color: #DDF0CE;
}
.BgClassName
{
background-color: #DDF0CE;
}
</style>
border-color css
<style>
span { border-color: #DDF0CE; }
span { border-color: rgb(221,240,206); }
td.TdClassName
{
border-color: #DDF0CE;
}
.TagClassName
{
border-color: #DDF0CE;
}
</style>