Shades of Frost #DCE5BE
Tints of Frost #DCE5BE
RGB
CMYK
RGB Variations
Color information
#DCE5BE (or 0xDCE5BE) is known color: Frost. HEX triplet: DC, E5 and BE. RGB value is (220,229,190). Sum of RGB (Red+Green+Blue) = 220+229+190=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BE is #231A41. Grayscale: #DEDEDE. Windows color (decimal): -2300482 or 12510684. OLE color: 12510684.
HSL color Cylindrical-coordinate representation of color #DCE5BE: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE5BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 190 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.10 |
| HSL | 73.85º | 0.43% | 0.82% | - |
| HSV(B) | 73.85º | 0.17% | 0.9% | - |
| XYZ | 66.83 | 74.97 | 59.66 | - |
| YUV | 221.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 190 | 0.04 | 0 | 0.17 | 0.10 | 73.85 | 0.43 | 0.82 |
| Hex | DC | E5 | BE | 4 | 0 | 11 | A | 4A | 2B | 52 |
| Octal | 334 | 345 | 276 | 4 | 0 | 21 | 12 | 112 | 53 | 122 |
| Binary | 11011100 | 11100101 | 10111110 | 100 | 0 | 10001 | 1010 | 1001010 | 101011 | 1010010 |
Color Harmonies of #DCE5BE
Complementary color
Monochromatic Colors of #DCE5BE
Black with #DCE5BE
Text Example
Text Example
White with #DCE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5BE; }
p { color: rgb(220,229,190); }
H1.HeaderClassName
{
color: #DCE5BE;
}
.AnyTagClassName
{
color: #DCE5BE;
}
</style>
background-color css
<style>
a { background-color: #DCE5BE; }
a { background-color: rgb(220,229,190); }
div.DivClassName
{
background-color: #DCE5BE;
}
.BgClassName
{
background-color: #DCE5BE;
}
</style>
border-color css
<style>
span { border-color: #DCE5BE; }
span { border-color: rgb(220,229,190); }
td.TdClassName
{
border-color: #DCE5BE;
}
.TagClassName
{
border-color: #DCE5BE;
}
</style>