Shades of Frost #DCE0BB
Tints of Frost #DCE0BB
RGB
CMYK
RGB Variations
Color information
#DCE0BB (or 0xDCE0BB) is known color: Frost. HEX triplet: DC, E0 and BB. RGB value is (220,224,187). Sum of RGB (Red+Green+Blue) = 220+224+187=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0BB is #231F44. Grayscale: #DADADA. Windows color (decimal): -2301765 or 12312796. OLE color: 12312796.
HSL color Cylindrical-coordinate representation of color #DCE0BB: hue angle of 66.49º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE0BB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 187 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.12 |
| HSL | 66.49º | 0.37% | 0.81% | - |
| HSV(B) | 66.49º | 0.17% | 0.88% | - |
| XYZ | 65.14 | 72.11 | 57.5 | - |
| YUV | 218.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 187 | 0.02 | 0 | 0.17 | 0.12 | 66.49 | 0.37 | 0.81 |
| Hex | DC | E0 | BB | 2 | 0 | 11 | C | 42 | 25 | 51 |
| Octal | 334 | 340 | 273 | 2 | 0 | 21 | 14 | 102 | 45 | 121 |
| Binary | 11011100 | 11100000 | 10111011 | 10 | 0 | 10001 | 1100 | 1000010 | 100101 | 1010001 |
Color Harmonies of #DCE0BB
Complementary color
Monochromatic Colors of #DCE0BB
Black with #DCE0BB
Text Example
Text Example
White with #DCE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0BB; }
p { color: rgb(220,224,187); }
H1.HeaderClassName
{
color: #DCE0BB;
}
.AnyTagClassName
{
color: #DCE0BB;
}
</style>
background-color css
<style>
a { background-color: #DCE0BB; }
a { background-color: rgb(220,224,187); }
div.DivClassName
{
background-color: #DCE0BB;
}
.BgClassName
{
background-color: #DCE0BB;
}
</style>
border-color css
<style>
span { border-color: #DCE0BB; }
span { border-color: rgb(220,224,187); }
td.TdClassName
{
border-color: #DCE0BB;
}
.TagClassName
{
border-color: #DCE0BB;
}
</style>