Shades of Frost #DCE1BC
Tints of Frost #DCE1BC
RGB
CMYK
RGB Variations
Color information
#DCE1BC (or 0xDCE1BC) is known color: Frost. HEX triplet: DC, E1 and BC. RGB value is (220,225,188). Sum of RGB (Red+Green+Blue) = 220+225+188=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BC is #231E43. Grayscale: #DBDBDB. Windows color (decimal): -2301508 or 12378588. OLE color: 12378588.
HSL color Cylindrical-coordinate representation of color #DCE1BC: hue angle of 68.11º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCE1BC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 188 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.12 |
| HSL | 68.11º | 0.38% | 0.81% | - |
| HSV(B) | 68.11º | 0.16% | 0.88% | - |
| XYZ | 65.52 | 72.7 | 58.16 | - |
| YUV | 219.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 188 | 0.02 | 0 | 0.16 | 0.12 | 68.11 | 0.38 | 0.81 |
| Hex | DC | E1 | BC | 2 | 0 | 10 | C | 44 | 26 | 51 |
| Octal | 334 | 341 | 274 | 2 | 0 | 20 | 14 | 104 | 46 | 121 |
| Binary | 11011100 | 11100001 | 10111100 | 10 | 0 | 10000 | 1100 | 1000100 | 100110 | 1010001 |
Color Harmonies of #DCE1BC
Complementary color
Monochromatic Colors of #DCE1BC
Black with #DCE1BC
Text Example
Text Example
White with #DCE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1BC; }
p { color: rgb(220,225,188); }
H1.HeaderClassName
{
color: #DCE1BC;
}
.AnyTagClassName
{
color: #DCE1BC;
}
</style>
background-color css
<style>
a { background-color: #DCE1BC; }
a { background-color: rgb(220,225,188); }
div.DivClassName
{
background-color: #DCE1BC;
}
.BgClassName
{
background-color: #DCE1BC;
}
</style>
border-color css
<style>
span { border-color: #DCE1BC; }
span { border-color: rgb(220,225,188); }
td.TdClassName
{
border-color: #DCE1BC;
}
.TagClassName
{
border-color: #DCE1BC;
}
</style>