Shades of Frost #DCE4BC
Tints of Frost #DCE4BC
RGB
CMYK
RGB Variations
Color information
#DCE4BC (or 0xDCE4BC) is known color: Frost. HEX triplet: DC, E4 and BC. RGB value is (220,228,188). Sum of RGB (Red+Green+Blue) = 220+228+188=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4BC is #231B43. Grayscale: #DDDDDD. Windows color (decimal): -2300740 or 12379356. OLE color: 12379356.
HSL color Cylindrical-coordinate representation of color #DCE4BC: hue angle of 72º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE4BC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 188 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.11 |
| HSL | 72º | 0.43% | 0.82% | - |
| HSV(B) | 72º | 0.18% | 0.89% | - |
| XYZ | 66.34 | 74.33 | 58.43 | - |
| YUV | 221.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 188 | 0.04 | 0 | 0.18 | 0.11 | 72 | 0.43 | 0.82 |
| Hex | DC | E4 | BC | 4 | 0 | 12 | B | 48 | 2B | 52 |
| Octal | 334 | 344 | 274 | 4 | 0 | 22 | 13 | 110 | 53 | 122 |
| Binary | 11011100 | 11100100 | 10111100 | 100 | 0 | 10010 | 1011 | 1001000 | 101011 | 1010010 |
Color Harmonies of #DCE4BC
Complementary color
Monochromatic Colors of #DCE4BC
Black with #DCE4BC
Text Example
Text Example
White with #DCE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4BC; }
p { color: rgb(220,228,188); }
H1.HeaderClassName
{
color: #DCE4BC;
}
.AnyTagClassName
{
color: #DCE4BC;
}
</style>
background-color css
<style>
a { background-color: #DCE4BC; }
a { background-color: rgb(220,228,188); }
div.DivClassName
{
background-color: #DCE4BC;
}
.BgClassName
{
background-color: #DCE4BC;
}
</style>
border-color css
<style>
span { border-color: #DCE4BC; }
span { border-color: rgb(220,228,188); }
td.TdClassName
{
border-color: #DCE4BC;
}
.TagClassName
{
border-color: #DCE4BC;
}
</style>