Shades of Frost #DCE3BD
Tints of Frost #DCE3BD
RGB
CMYK
RGB Variations
Color information
#DCE3BD (or 0xDCE3BD) is known color: Frost. HEX triplet: DC, E3 and BD. RGB value is (220,227,189). Sum of RGB (Red+Green+Blue) = 220+227+189=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3BD is #231C42. Grayscale: #DCDCDC. Windows color (decimal): -2300995 or 12444636. OLE color: 12444636.
HSL color Cylindrical-coordinate representation of color #DCE3BD: hue angle of 71.05º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE3BD is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 189 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.11 |
| HSL | 71.05º | 0.4% | 0.82% | - |
| HSV(B) | 71.05º | 0.17% | 0.89% | - |
| XYZ | 66.17 | 73.83 | 58.91 | - |
| YUV | 220.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 189 | 0.03 | 0 | 0.17 | 0.11 | 71.05 | 0.4 | 0.82 |
| Hex | DC | E3 | BD | 3 | 0 | 11 | B | 47 | 28 | 52 |
| Octal | 334 | 343 | 275 | 3 | 0 | 21 | 13 | 107 | 50 | 122 |
| Binary | 11011100 | 11100011 | 10111101 | 11 | 0 | 10001 | 1011 | 1000111 | 101000 | 1010010 |
Color Harmonies of #DCE3BD
Complementary color
Monochromatic Colors of #DCE3BD
Black with #DCE3BD
Text Example
Text Example
White with #DCE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3BD; }
p { color: rgb(220,227,189); }
H1.HeaderClassName
{
color: #DCE3BD;
}
.AnyTagClassName
{
color: #DCE3BD;
}
</style>
background-color css
<style>
a { background-color: #DCE3BD; }
a { background-color: rgb(220,227,189); }
div.DivClassName
{
background-color: #DCE3BD;
}
.BgClassName
{
background-color: #DCE3BD;
}
</style>
border-color css
<style>
span { border-color: #DCE3BD; }
span { border-color: rgb(220,227,189); }
td.TdClassName
{
border-color: #DCE3BD;
}
.TagClassName
{
border-color: #DCE3BD;
}
</style>