Shades of Frostee #DDF2CB
Tints of Frostee #DDF2CB
RGB
CMYK
RGB Variations
Color information
#DDF2CB (or 0xDDF2CB) is known color: Frostee. HEX triplet: DD, F2 and CB. RGB value is (221,242,203). Sum of RGB (Red+Green+Blue) = 221+242+203=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2CB is #220D34. Grayscale: #E7E7E7. Windows color (decimal): -2231605 or 13365981. OLE color: 13365981.
HSL color Cylindrical-coordinate representation of color #DDF2CB: hue angle of 92.31º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF2CB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 203 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.05 |
| HSL | 92.31º | 0.6% | 0.87% | - |
| HSV(B) | 92.31º | 0.16% | 0.95% | - |
| XYZ | 72.35 | 83.19 | 68.74 | - |
| YUV | 231.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 203 | 0.09 | 0 | 0.16 | 0.05 | 92.31 | 0.6 | 0.87 |
| Hex | DD | F2 | CB | 9 | 0 | 10 | 5 | 5C | 3C | 57 |
| Octal | 335 | 362 | 313 | 11 | 0 | 20 | 5 | 134 | 74 | 127 |
| Binary | 11011101 | 11110010 | 11001011 | 1001 | 0 | 10000 | 101 | 1011100 | 111100 | 1010111 |
Color Harmonies of #DDF2CB
Complementary color
Monochromatic Colors of #DDF2CB
Black with #DDF2CB
Text Example
Text Example
White with #DDF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2CB; }
p { color: rgb(221,242,203); }
H1.HeaderClassName
{
color: #DDF2CB;
}
.AnyTagClassName
{
color: #DDF2CB;
}
</style>
background-color css
<style>
a { background-color: #DDF2CB; }
a { background-color: rgb(221,242,203); }
div.DivClassName
{
background-color: #DDF2CB;
}
.BgClassName
{
background-color: #DDF2CB;
}
</style>
border-color css
<style>
span { border-color: #DDF2CB; }
span { border-color: rgb(221,242,203); }
td.TdClassName
{
border-color: #DDF2CB;
}
.TagClassName
{
border-color: #DDF2CB;
}
</style>