Shades of Frostee #DDF2C9
Tints of Frostee #DDF2C9
RGB
CMYK
RGB Variations
Color information
#DDF2C9 (or 0xDDF2C9) is known color: Frostee. HEX triplet: DD, F2 and C9. RGB value is (221,242,201). Sum of RGB (Red+Green+Blue) = 221+242+201=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C9 is #220D36. Grayscale: #E7E7E7. Windows color (decimal): -2231607 or 13234909. OLE color: 13234909.
HSL color Cylindrical-coordinate representation of color #DDF2C9: hue angle of 90.73º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF2C9 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 201 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.05 |
| HSL | 90.73º | 0.61% | 0.87% | - |
| HSV(B) | 90.73º | 0.17% | 0.95% | - |
| XYZ | 72.11 | 83.09 | 67.5 | - |
| YUV | 231.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 201 | 0.09 | 0 | 0.17 | 0.05 | 90.73 | 0.61 | 0.87 |
| Hex | DD | F2 | C9 | 9 | 0 | 11 | 5 | 5B | 3D | 57 |
| Octal | 335 | 362 | 311 | 11 | 0 | 21 | 5 | 133 | 75 | 127 |
| Binary | 11011101 | 11110010 | 11001001 | 1001 | 0 | 10001 | 101 | 1011011 | 111101 | 1010111 |
Color Harmonies of #DDF2C9
Complementary color
Monochromatic Colors of #DDF2C9
Black with #DDF2C9
Text Example
Text Example
White with #DDF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2C9; }
p { color: rgb(221,242,201); }
H1.HeaderClassName
{
color: #DDF2C9;
}
.AnyTagClassName
{
color: #DDF2C9;
}
</style>
background-color css
<style>
a { background-color: #DDF2C9; }
a { background-color: rgb(221,242,201); }
div.DivClassName
{
background-color: #DDF2C9;
}
.BgClassName
{
background-color: #DDF2C9;
}
</style>
border-color css
<style>
span { border-color: #DDF2C9; }
span { border-color: rgb(221,242,201); }
td.TdClassName
{
border-color: #DDF2C9;
}
.TagClassName
{
border-color: #DDF2C9;
}
</style>