Shades of Frost #DCE1BD
Tints of Frost #DCE1BD
RGB
CMYK
RGB Variations
Color information
#DCE1BD (or 0xDCE1BD) is known color: Frost. HEX triplet: DC, E1 and BD. RGB value is (220,225,189). Sum of RGB (Red+Green+Blue) = 220+225+189=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BD is #231E42. Grayscale: #DBDBDB. Windows color (decimal): -2301507 or 12444124. OLE color: 12444124.
HSL color Cylindrical-coordinate representation of color #DCE1BD: hue angle of 68.33º 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 #DCE1BD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 189 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.12 |
| HSL | 68.33º | 0.38% | 0.81% | - |
| HSV(B) | 68.33º | 0.16% | 0.88% | - |
| XYZ | 65.63 | 72.74 | 58.73 | - |
| YUV | 219.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 189 | 0.02 | 0 | 0.16 | 0.12 | 68.33 | 0.38 | 0.81 |
| Hex | DC | E1 | BD | 2 | 0 | 10 | C | 44 | 26 | 51 |
| Octal | 334 | 341 | 275 | 2 | 0 | 20 | 14 | 104 | 46 | 121 |
| Binary | 11011100 | 11100001 | 10111101 | 10 | 0 | 10000 | 1100 | 1000100 | 100110 | 1010001 |
Color Harmonies of #DCE1BD
Complementary color
Monochromatic Colors of #DCE1BD
Black with #DCE1BD
Text Example
Text Example
White with #DCE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1BD; }
p { color: rgb(220,225,189); }
H1.HeaderClassName
{
color: #DCE1BD;
}
.AnyTagClassName
{
color: #DCE1BD;
}
</style>
background-color css
<style>
a { background-color: #DCE1BD; }
a { background-color: rgb(220,225,189); }
div.DivClassName
{
background-color: #DCE1BD;
}
.BgClassName
{
background-color: #DCE1BD;
}
</style>
border-color css
<style>
span { border-color: #DCE1BD; }
span { border-color: rgb(220,225,189); }
td.TdClassName
{
border-color: #DCE1BD;
}
.TagClassName
{
border-color: #DCE1BD;
}
</style>