Shades of Frostee #DDEBD2
Tints of Frostee #DDEBD2
RGB
CMYK
RGB Variations
Color information
#DDEBD2 (or 0xDDEBD2) is known color: Frostee. HEX triplet: DD, EB and D2. RGB value is (221,235,210). Sum of RGB (Red+Green+Blue) = 221+235+210=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD2 is #22142D. Grayscale: #E4E4E4. Windows color (decimal): -2233390 or 13822941. OLE color: 13822941.
HSL color Cylindrical-coordinate representation of color #DDEBD2: hue angle of 93.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 210 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.08 |
| HSL | 93.6º | 0.38% | 0.87% | - |
| HSV(B) | 93.6º | 0.11% | 0.92% | - |
| XYZ | 71.16 | 79.44 | 72.56 | - |
| YUV | 227.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 210 | 0.06 | 0 | 0.11 | 0.08 | 93.6 | 0.38 | 0.87 |
| Hex | DD | EB | D2 | 6 | 0 | B | 8 | 5E | 26 | 57 |
| Octal | 335 | 353 | 322 | 6 | 0 | 13 | 10 | 136 | 46 | 127 |
| Binary | 11011101 | 11101011 | 11010010 | 110 | 0 | 1011 | 1000 | 1011110 | 100110 | 1010111 |
Color Harmonies of #DDEBD2
Complementary color
Monochromatic Colors of #DDEBD2
Black with #DDEBD2
Text Example
Text Example
White with #DDEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBD2; }
p { color: rgb(221,235,210); }
H1.HeaderClassName
{
color: #DDEBD2;
}
.AnyTagClassName
{
color: #DDEBD2;
}
</style>
background-color css
<style>
a { background-color: #DDEBD2; }
a { background-color: rgb(221,235,210); }
div.DivClassName
{
background-color: #DDEBD2;
}
.BgClassName
{
background-color: #DDEBD2;
}
</style>
border-color css
<style>
span { border-color: #DDEBD2; }
span { border-color: rgb(221,235,210); }
td.TdClassName
{
border-color: #DDEBD2;
}
.TagClassName
{
border-color: #DDEBD2;
}
</style>