Shades of Frostee #DDEBCB
Tints of Frostee #DDEBCB
RGB
CMYK
RGB Variations
Color information
#DDEBCB (or 0xDDEBCB) is known color: Frostee. HEX triplet: DD, EB and CB. RGB value is (221,235,203). Sum of RGB (Red+Green+Blue) = 221+235+203=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBCB is #221434. Grayscale: #E3E3E3. Windows color (decimal): -2233397 or 13364189. OLE color: 13364189.
HSL color Cylindrical-coordinate representation of color #DDEBCB: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEBCB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 203 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.08 |
| HSL | 86.25º | 0.44% | 0.86% | - |
| HSV(B) | 86.25º | 0.14% | 0.92% | - |
| XYZ | 70.31 | 79.1 | 68.06 | - |
| YUV | 227.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 203 | 0.06 | 0 | 0.14 | 0.08 | 86.25 | 0.44 | 0.86 |
| Hex | DD | EB | CB | 6 | 0 | E | 8 | 56 | 2C | 56 |
| Octal | 335 | 353 | 313 | 6 | 0 | 16 | 10 | 126 | 54 | 126 |
| Binary | 11011101 | 11101011 | 11001011 | 110 | 0 | 1110 | 1000 | 1010110 | 101100 | 1010110 |
Color Harmonies of #DDEBCB
Complementary color
Monochromatic Colors of #DDEBCB
Black with #DDEBCB
Text Example
Text Example
White with #DDEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBCB; }
p { color: rgb(221,235,203); }
H1.HeaderClassName
{
color: #DDEBCB;
}
.AnyTagClassName
{
color: #DDEBCB;
}
</style>
background-color css
<style>
a { background-color: #DDEBCB; }
a { background-color: rgb(221,235,203); }
div.DivClassName
{
background-color: #DDEBCB;
}
.BgClassName
{
background-color: #DDEBCB;
}
</style>
border-color css
<style>
span { border-color: #DDEBCB; }
span { border-color: rgb(221,235,203); }
td.TdClassName
{
border-color: #DDEBCB;
}
.TagClassName
{
border-color: #DDEBCB;
}
</style>