Shades of Frost #DCE4B9
Tints of Frost #DCE4B9
RGB
CMYK
RGB Variations
Color information
#DCE4B9 (or 0xDCE4B9) is known color: Frost. HEX triplet: DC, E4 and B9. RGB value is (220,228,185). Sum of RGB (Red+Green+Blue) = 220+228+185=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4B9 is #231B46. Grayscale: #DCDCDC. Windows color (decimal): -2300743 or 12182748. OLE color: 12182748.
HSL color Cylindrical-coordinate representation of color #DCE4B9: hue angle of 71.16º degrees, saturation: 0.44, 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 #DCE4B9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 185 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.11 |
| HSL | 71.16º | 0.44% | 0.81% | - |
| HSV(B) | 71.16º | 0.19% | 0.89% | - |
| XYZ | 66.02 | 74.21 | 56.74 | - |
| YUV | 220.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 185 | 0.04 | 0 | 0.19 | 0.11 | 71.16 | 0.44 | 0.81 |
| Hex | DC | E4 | B9 | 4 | 0 | 13 | B | 47 | 2C | 51 |
| Octal | 334 | 344 | 271 | 4 | 0 | 23 | 13 | 107 | 54 | 121 |
| Binary | 11011100 | 11100100 | 10111001 | 100 | 0 | 10011 | 1011 | 1000111 | 101100 | 1010001 |
Color Harmonies of #DCE4B9
Complementary color
Monochromatic Colors of #DCE4B9
Black with #DCE4B9
Text Example
Text Example
White with #DCE4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4B9; }
p { color: rgb(220,228,185); }
H1.HeaderClassName
{
color: #DCE4B9;
}
.AnyTagClassName
{
color: #DCE4B9;
}
</style>
background-color css
<style>
a { background-color: #DCE4B9; }
a { background-color: rgb(220,228,185); }
div.DivClassName
{
background-color: #DCE4B9;
}
.BgClassName
{
background-color: #DCE4B9;
}
</style>
border-color css
<style>
span { border-color: #DCE4B9; }
span { border-color: rgb(220,228,185); }
td.TdClassName
{
border-color: #DCE4B9;
}
.TagClassName
{
border-color: #DCE4B9;
}
</style>