Shades of Frost #DCE7B9
Tints of Frost #DCE7B9
RGB
CMYK
RGB Variations
Color information
#DCE7B9 (or 0xDCE7B9) is known color: Frost. HEX triplet: DC, E7 and B9. RGB value is (220,231,185). Sum of RGB (Red+Green+Blue) = 220+231+185=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7B9 is #231846. Grayscale: #DEDEDE. Windows color (decimal): -2299975 or 12183516. OLE color: 12183516.
HSL color Cylindrical-coordinate representation of color #DCE7B9: hue angle of 74.35º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE7B9 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 185 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.09 |
| HSL | 74.35º | 0.49% | 0.82% | - |
| HSV(B) | 74.35º | 0.2% | 0.91% | - |
| XYZ | 66.85 | 75.87 | 57.02 | - |
| YUV | 222.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 185 | 0.05 | 0 | 0.20 | 0.09 | 74.35 | 0.49 | 0.82 |
| Hex | DC | E7 | B9 | 5 | 0 | 14 | 9 | 4A | 31 | 52 |
| Octal | 334 | 347 | 271 | 5 | 0 | 24 | 11 | 112 | 61 | 122 |
| Binary | 11011100 | 11100111 | 10111001 | 101 | 0 | 10100 | 1001 | 1001010 | 110001 | 1010010 |
Color Harmonies of #DCE7B9
Complementary color
Monochromatic Colors of #DCE7B9
Black with #DCE7B9
Text Example
Text Example
White with #DCE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7B9; }
p { color: rgb(220,231,185); }
H1.HeaderClassName
{
color: #DCE7B9;
}
.AnyTagClassName
{
color: #DCE7B9;
}
</style>
background-color css
<style>
a { background-color: #DCE7B9; }
a { background-color: rgb(220,231,185); }
div.DivClassName
{
background-color: #DCE7B9;
}
.BgClassName
{
background-color: #DCE7B9;
}
</style>
border-color css
<style>
span { border-color: #DCE7B9; }
span { border-color: rgb(220,231,185); }
td.TdClassName
{
border-color: #DCE7B9;
}
.TagClassName
{
border-color: #DCE7B9;
}
</style>