Shades of Frost #DDE2C6
Tints of Frost #DDE2C6
RGB
CMYK
RGB Variations
Color information
#DDE2C6 (or 0xDDE2C6) is known color: Frost. HEX triplet: DD, E2 and C6. RGB value is (221,226,198). Sum of RGB (Red+Green+Blue) = 221+226+198=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2C6 is #221D39. Grayscale: #DDDDDD. Windows color (decimal): -2235706 or 13034205. OLE color: 13034205.
HSL color Cylindrical-coordinate representation of color #DDE2C6: hue angle of 70.71º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE2C6 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 198 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.11 |
| HSL | 70.71º | 0.33% | 0.83% | - |
| HSV(B) | 70.71º | 0.12% | 0.89% | - |
| XYZ | 67.21 | 73.84 | 64.14 | - |
| YUV | 221.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 198 | 0.02 | 0 | 0.12 | 0.11 | 70.71 | 0.33 | 0.83 |
| Hex | DD | E2 | C6 | 2 | 0 | C | B | 47 | 21 | 53 |
| Octal | 335 | 342 | 306 | 2 | 0 | 14 | 13 | 107 | 41 | 123 |
| Binary | 11011101 | 11100010 | 11000110 | 10 | 0 | 1100 | 1011 | 1000111 | 100001 | 1010011 |
Color Harmonies of #DDE2C6
Complementary color
Monochromatic Colors of #DDE2C6
Black with #DDE2C6
Text Example
Text Example
White with #DDE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2C6; }
p { color: rgb(221,226,198); }
H1.HeaderClassName
{
color: #DDE2C6;
}
.AnyTagClassName
{
color: #DDE2C6;
}
</style>
background-color css
<style>
a { background-color: #DDE2C6; }
a { background-color: rgb(221,226,198); }
div.DivClassName
{
background-color: #DDE2C6;
}
.BgClassName
{
background-color: #DDE2C6;
}
</style>
border-color css
<style>
span { border-color: #DDE2C6; }
span { border-color: rgb(221,226,198); }
td.TdClassName
{
border-color: #DDE2C6;
}
.TagClassName
{
border-color: #DDE2C6;
}
</style>