Shades of Frost #DCE5BA
Tints of Frost #DCE5BA
RGB
CMYK
RGB Variations
Color information
#DCE5BA (or 0xDCE5BA) is known color: Frost. HEX triplet: DC, E5 and BA. RGB value is (220,229,186). Sum of RGB (Red+Green+Blue) = 220+229+186=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BA is #231A45. Grayscale: #DDDDDD. Windows color (decimal): -2300486 or 12248540. OLE color: 12248540.
HSL color Cylindrical-coordinate representation of color #DCE5BA: hue angle of 72.56º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE5BA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 186 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.10 |
| HSL | 72.56º | 0.45% | 0.81% | - |
| HSV(B) | 72.56º | 0.19% | 0.9% | - |
| XYZ | 66.4 | 74.8 | 57.39 | - |
| YUV | 221.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 186 | 0.04 | 0 | 0.19 | 0.10 | 72.56 | 0.45 | 0.81 |
| Hex | DC | E5 | BA | 4 | 0 | 13 | A | 49 | 2D | 51 |
| Octal | 334 | 345 | 272 | 4 | 0 | 23 | 12 | 111 | 55 | 121 |
| Binary | 11011100 | 11100101 | 10111010 | 100 | 0 | 10011 | 1010 | 1001001 | 101101 | 1010001 |
Color Harmonies of #DCE5BA
Complementary color
Monochromatic Colors of #DCE5BA
Black with #DCE5BA
Text Example
Text Example
White with #DCE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5BA; }
p { color: rgb(220,229,186); }
H1.HeaderClassName
{
color: #DCE5BA;
}
.AnyTagClassName
{
color: #DCE5BA;
}
</style>
background-color css
<style>
a { background-color: #DCE5BA; }
a { background-color: rgb(220,229,186); }
div.DivClassName
{
background-color: #DCE5BA;
}
.BgClassName
{
background-color: #DCE5BA;
}
</style>
border-color css
<style>
span { border-color: #DCE5BA; }
span { border-color: rgb(220,229,186); }
td.TdClassName
{
border-color: #DCE5BA;
}
.TagClassName
{
border-color: #DCE5BA;
}
</style>