Shades of Frost #DCE7BA
Tints of Frost #DCE7BA
RGB
CMYK
RGB Variations
Color information
#DCE7BA (or 0xDCE7BA) is known color: Frost. HEX triplet: DC, E7 and BA. RGB value is (220,231,186). Sum of RGB (Red+Green+Blue) = 220+231+186=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BA is #231845. Grayscale: #DEDEDE. Windows color (decimal): -2299974 or 12249052. OLE color: 12249052.
HSL color Cylindrical-coordinate representation of color #DCE7BA: hue angle of 74.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE7BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 186 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 74.67º | 0.48% | 0.82% | - |
| HSV(B) | 74.67º | 0.19% | 0.91% | - |
| XYZ | 66.95 | 75.91 | 57.58 | - |
| YUV | 222.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 186 | 0.05 | 0 | 0.19 | 0.09 | 74.67 | 0.48 | 0.82 |
| Hex | DC | E7 | BA | 5 | 0 | 13 | 9 | 4B | 30 | 52 |
| Octal | 334 | 347 | 272 | 5 | 0 | 23 | 11 | 113 | 60 | 122 |
| Binary | 11011100 | 11100111 | 10111010 | 101 | 0 | 10011 | 1001 | 1001011 | 110000 | 1010010 |
Color Harmonies of #DCE7BA
Complementary color
Monochromatic Colors of #DCE7BA
Black with #DCE7BA
Text Example
Text Example
White with #DCE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7BA; }
p { color: rgb(220,231,186); }
H1.HeaderClassName
{
color: #DCE7BA;
}
.AnyTagClassName
{
color: #DCE7BA;
}
</style>
background-color css
<style>
a { background-color: #DCE7BA; }
a { background-color: rgb(220,231,186); }
div.DivClassName
{
background-color: #DCE7BA;
}
.BgClassName
{
background-color: #DCE7BA;
}
</style>
border-color css
<style>
span { border-color: #DCE7BA; }
span { border-color: rgb(220,231,186); }
td.TdClassName
{
border-color: #DCE7BA;
}
.TagClassName
{
border-color: #DCE7BA;
}
</style>