Shades of Frost #DDE0C3
Tints of Frost #DDE0C3
RGB
CMYK
RGB Variations
Color information
#DDE0C3 (or 0xDDE0C3) is known color: Frost. HEX triplet: DD, E0 and C3. RGB value is (221,224,195). Sum of RGB (Red+Green+Blue) = 221+224+195=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0C3 is #221F3C. Grayscale: #DBDBDB. Windows color (decimal): -2236221 or 12837085. OLE color: 12837085.
HSL color Cylindrical-coordinate representation of color #DDE0C3: hue angle of 66.21º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE0C3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 195 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.12 |
| HSL | 66.21º | 0.32% | 0.82% | - |
| HSV(B) | 66.21º | 0.13% | 0.88% | - |
| XYZ | 66.32 | 72.62 | 62.15 | - |
| YUV | 219.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 195 | 0.01 | 0 | 0.13 | 0.12 | 66.21 | 0.32 | 0.82 |
| Hex | DD | E0 | C3 | 1 | 0 | D | C | 42 | 20 | 52 |
| Octal | 335 | 340 | 303 | 1 | 0 | 15 | 14 | 102 | 40 | 122 |
| Binary | 11011101 | 11100000 | 11000011 | 1 | 0 | 1101 | 1100 | 1000010 | 100000 | 1010010 |
Color Harmonies of #DDE0C3
Complementary color
Monochromatic Colors of #DDE0C3
Black with #DDE0C3
Text Example
Text Example
White with #DDE0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0C3; }
p { color: rgb(221,224,195); }
H1.HeaderClassName
{
color: #DDE0C3;
}
.AnyTagClassName
{
color: #DDE0C3;
}
</style>
background-color css
<style>
a { background-color: #DDE0C3; }
a { background-color: rgb(221,224,195); }
div.DivClassName
{
background-color: #DDE0C3;
}
.BgClassName
{
background-color: #DDE0C3;
}
</style>
border-color css
<style>
span { border-color: #DDE0C3; }
span { border-color: rgb(221,224,195); }
td.TdClassName
{
border-color: #DDE0C3;
}
.TagClassName
{
border-color: #DDE0C3;
}
</style>