Shades of Frostee #DDE6D1
Tints of Frostee #DDE6D1
RGB
CMYK
RGB Variations
Color information
#DDE6D1 (or 0xDDE6D1) is known color: Frostee. HEX triplet: DD, E6 and D1. RGB value is (221,230,209). Sum of RGB (Red+Green+Blue) = 221+230+209=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6D1 is #22192E. Grayscale: #E0E0E0. Windows color (decimal): -2234671 or 13756125. OLE color: 13756125.
HSL color Cylindrical-coordinate representation of color #DDE6D1: hue angle of 85.71º degrees, saturation: 0.3, 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 #DDE6D1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 209 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.10 |
| HSL | 85.71º | 0.3% | 0.86% | - |
| HSV(B) | 85.71º | 0.09% | 0.9% | - |
| XYZ | 69.62 | 76.57 | 71.43 | - |
| YUV | 224.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 209 | 0.04 | 0 | 0.09 | 0.10 | 85.71 | 0.3 | 0.86 |
| Hex | DD | E6 | D1 | 4 | 0 | 9 | A | 56 | 1E | 56 |
| Octal | 335 | 346 | 321 | 4 | 0 | 11 | 12 | 126 | 36 | 126 |
| Binary | 11011101 | 11100110 | 11010001 | 100 | 0 | 1001 | 1010 | 1010110 | 11110 | 1010110 |
Color Harmonies of #DDE6D1
Complementary color
Monochromatic Colors of #DDE6D1
Black with #DDE6D1
Text Example
Text Example
White with #DDE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6D1; }
p { color: rgb(221,230,209); }
H1.HeaderClassName
{
color: #DDE6D1;
}
.AnyTagClassName
{
color: #DDE6D1;
}
</style>
background-color css
<style>
a { background-color: #DDE6D1; }
a { background-color: rgb(221,230,209); }
div.DivClassName
{
background-color: #DDE6D1;
}
.BgClassName
{
background-color: #DDE6D1;
}
</style>
border-color css
<style>
span { border-color: #DDE6D1; }
span { border-color: rgb(221,230,209); }
td.TdClassName
{
border-color: #DDE6D1;
}
.TagClassName
{
border-color: #DDE6D1;
}
</style>