Shades of Frost #DCE5BB
Tints of Frost #DCE5BB
RGB
CMYK
RGB Variations
Color information
#DCE5BB (or 0xDCE5BB) is known color: Frost. HEX triplet: DC, E5 and BB. RGB value is (220,229,187). Sum of RGB (Red+Green+Blue) = 220+229+187=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BB is #231A44. Grayscale: #DDDDDD. Windows color (decimal): -2300485 or 12314076. OLE color: 12314076.
HSL color Cylindrical-coordinate representation of color #DCE5BB: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE5BB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 187 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.10 |
| HSL | 72.86º | 0.45% | 0.82% | - |
| HSV(B) | 72.86º | 0.18% | 0.9% | - |
| XYZ | 66.5 | 74.84 | 57.95 | - |
| YUV | 221.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 187 | 0.04 | 0 | 0.18 | 0.10 | 72.86 | 0.45 | 0.82 |
| Hex | DC | E5 | BB | 4 | 0 | 12 | A | 49 | 2D | 52 |
| Octal | 334 | 345 | 273 | 4 | 0 | 22 | 12 | 111 | 55 | 122 |
| Binary | 11011100 | 11100101 | 10111011 | 100 | 0 | 10010 | 1010 | 1001001 | 101101 | 1010010 |
Color Harmonies of #DCE5BB
Complementary color
Monochromatic Colors of #DCE5BB
Black with #DCE5BB
Text Example
Text Example
White with #DCE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5BB; }
p { color: rgb(220,229,187); }
H1.HeaderClassName
{
color: #DCE5BB;
}
.AnyTagClassName
{
color: #DCE5BB;
}
</style>
background-color css
<style>
a { background-color: #DCE5BB; }
a { background-color: rgb(220,229,187); }
div.DivClassName
{
background-color: #DCE5BB;
}
.BgClassName
{
background-color: #DCE5BB;
}
</style>
border-color css
<style>
span { border-color: #DCE5BB; }
span { border-color: rgb(220,229,187); }
td.TdClassName
{
border-color: #DCE5BB;
}
.TagClassName
{
border-color: #DCE5BB;
}
</style>