Shades of Frost #DCE3B9
Tints of Frost #DCE3B9
RGB
CMYK
RGB Variations
Color information
#DCE3B9 (or 0xDCE3B9) is known color: Frost. HEX triplet: DC, E3 and B9. RGB value is (220,227,185). Sum of RGB (Red+Green+Blue) = 220+227+185=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3B9 is #231C46. Grayscale: #DCDCDC. Windows color (decimal): -2300999 or 12182492. OLE color: 12182492.
HSL color Cylindrical-coordinate representation of color #DCE3B9: hue angle of 70º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE3B9 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 185 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.11 |
| HSL | 70º | 0.43% | 0.81% | - |
| HSV(B) | 70º | 0.19% | 0.89% | - |
| XYZ | 65.74 | 73.66 | 56.65 | - |
| YUV | 220.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 185 | 0.03 | 0 | 0.19 | 0.11 | 70 | 0.43 | 0.81 |
| Hex | DC | E3 | B9 | 3 | 0 | 13 | B | 46 | 2B | 51 |
| Octal | 334 | 343 | 271 | 3 | 0 | 23 | 13 | 106 | 53 | 121 |
| Binary | 11011100 | 11100011 | 10111001 | 11 | 0 | 10011 | 1011 | 1000110 | 101011 | 1010001 |
Color Harmonies of #DCE3B9
Complementary color
Monochromatic Colors of #DCE3B9
Black with #DCE3B9
Text Example
Text Example
White with #DCE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3B9; }
p { color: rgb(220,227,185); }
H1.HeaderClassName
{
color: #DCE3B9;
}
.AnyTagClassName
{
color: #DCE3B9;
}
</style>
background-color css
<style>
a { background-color: #DCE3B9; }
a { background-color: rgb(220,227,185); }
div.DivClassName
{
background-color: #DCE3B9;
}
.BgClassName
{
background-color: #DCE3B9;
}
</style>
border-color css
<style>
span { border-color: #DCE3B9; }
span { border-color: rgb(220,227,185); }
td.TdClassName
{
border-color: #DCE3B9;
}
.TagClassName
{
border-color: #DCE3B9;
}
</style>