Shades of Frost #DDE1C2
Tints of Frost #DDE1C2
RGB
CMYK
RGB Variations
Color information
#DDE1C2 (or 0xDDE1C2) is known color: Frost. HEX triplet: DD, E1 and C2. RGB value is (221,225,194). Sum of RGB (Red+Green+Blue) = 221+225+194=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1C2 is #221E3D. Grayscale: #DCDCDC. Windows color (decimal): -2235966 or 12771805. OLE color: 12771805.
HSL color Cylindrical-coordinate representation of color #DDE1C2: hue angle of 67.74º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDE1C2 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 194 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.12 |
| HSL | 67.74º | 0.34% | 0.82% | - |
| HSV(B) | 67.74º | 0.14% | 0.88% | - |
| XYZ | 66.48 | 73.12 | 61.65 | - |
| YUV | 220.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 194 | 0.02 | 0 | 0.14 | 0.12 | 67.74 | 0.34 | 0.82 |
| Hex | DD | E1 | C2 | 2 | 0 | E | C | 44 | 22 | 52 |
| Octal | 335 | 341 | 302 | 2 | 0 | 16 | 14 | 104 | 42 | 122 |
| Binary | 11011101 | 11100001 | 11000010 | 10 | 0 | 1110 | 1100 | 1000100 | 100010 | 1010010 |
Color Harmonies of #DDE1C2
Complementary color
Monochromatic Colors of #DDE1C2
Black with #DDE1C2
Text Example
Text Example
White with #DDE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1C2; }
p { color: rgb(221,225,194); }
H1.HeaderClassName
{
color: #DDE1C2;
}
.AnyTagClassName
{
color: #DDE1C2;
}
</style>
background-color css
<style>
a { background-color: #DDE1C2; }
a { background-color: rgb(221,225,194); }
div.DivClassName
{
background-color: #DDE1C2;
}
.BgClassName
{
background-color: #DDE1C2;
}
</style>
border-color css
<style>
span { border-color: #DDE1C2; }
span { border-color: rgb(221,225,194); }
td.TdClassName
{
border-color: #DDE1C2;
}
.TagClassName
{
border-color: #DDE1C2;
}
</style>