Shades of Frostee #DDE6D2
Tints of Frostee #DDE6D2
RGB
CMYK
RGB Variations
Color information
#DDE6D2 (or 0xDDE6D2) is known color: Frostee. HEX triplet: DD, E6 and D2. RGB value is (221,230,210). Sum of RGB (Red+Green+Blue) = 221+230+210=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6D2 is #22192D. Grayscale: #E1E1E1. Windows color (decimal): -2234670 or 13821661. OLE color: 13821661.
HSL color Cylindrical-coordinate representation of color #DDE6D2: hue angle of 87º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE6D2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 210 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.10 |
| HSL | 87º | 0.29% | 0.86% | - |
| HSV(B) | 87º | 0.09% | 0.9% | - |
| XYZ | 69.75 | 76.62 | 72.09 | - |
| YUV | 225.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 210 | 0.04 | 0 | 0.09 | 0.10 | 87 | 0.29 | 0.86 |
| Hex | DD | E6 | D2 | 4 | 0 | 9 | A | 57 | 1D | 56 |
| Octal | 335 | 346 | 322 | 4 | 0 | 11 | 12 | 127 | 35 | 126 |
| Binary | 11011101 | 11100110 | 11010010 | 100 | 0 | 1001 | 1010 | 1010111 | 11101 | 1010110 |
Color Harmonies of #DDE6D2
Complementary color
Monochromatic Colors of #DDE6D2
Black with #DDE6D2
Text Example
Text Example
White with #DDE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6D2; }
p { color: rgb(221,230,210); }
H1.HeaderClassName
{
color: #DDE6D2;
}
.AnyTagClassName
{
color: #DDE6D2;
}
</style>
background-color css
<style>
a { background-color: #DDE6D2; }
a { background-color: rgb(221,230,210); }
div.DivClassName
{
background-color: #DDE6D2;
}
.BgClassName
{
background-color: #DDE6D2;
}
</style>
border-color css
<style>
span { border-color: #DDE6D2; }
span { border-color: rgb(221,230,210); }
td.TdClassName
{
border-color: #DDE6D2;
}
.TagClassName
{
border-color: #DDE6D2;
}
</style>