Shades of Frost #DCE4BD
Tints of Frost #DCE4BD
RGB
CMYK
RGB Variations
Color information
#DCE4BD (or 0xDCE4BD) is known color: Frost. HEX triplet: DC, E4 and BD. RGB value is (220,228,189). Sum of RGB (Red+Green+Blue) = 220+228+189=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4BD is #231B42. Grayscale: #DDDDDD. Windows color (decimal): -2300739 or 12444892. OLE color: 12444892.
HSL color Cylindrical-coordinate representation of color #DCE4BD: hue angle of 72.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE4BD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 189 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 72.31º | 0.42% | 0.82% | - |
| HSV(B) | 72.31º | 0.17% | 0.89% | - |
| XYZ | 66.44 | 74.38 | 59 | - |
| YUV | 221.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 189 | 0.04 | 0 | 0.17 | 0.11 | 72.31 | 0.42 | 0.82 |
| Hex | DC | E4 | BD | 4 | 0 | 11 | B | 48 | 2A | 52 |
| Octal | 334 | 344 | 275 | 4 | 0 | 21 | 13 | 110 | 52 | 122 |
| Binary | 11011100 | 11100100 | 10111101 | 100 | 0 | 10001 | 1011 | 1001000 | 101010 | 1010010 |
Color Harmonies of #DCE4BD
Complementary color
Monochromatic Colors of #DCE4BD
Black with #DCE4BD
Text Example
Text Example
White with #DCE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4BD; }
p { color: rgb(220,228,189); }
H1.HeaderClassName
{
color: #DCE4BD;
}
.AnyTagClassName
{
color: #DCE4BD;
}
</style>
background-color css
<style>
a { background-color: #DCE4BD; }
a { background-color: rgb(220,228,189); }
div.DivClassName
{
background-color: #DCE4BD;
}
.BgClassName
{
background-color: #DCE4BD;
}
</style>
border-color css
<style>
span { border-color: #DCE4BD; }
span { border-color: rgb(220,228,189); }
td.TdClassName
{
border-color: #DCE4BD;
}
.TagClassName
{
border-color: #DCE4BD;
}
</style>