Shades of Frost #DCECB6
Tints of Frost #DCECB6
RGB
CMYK
RGB Variations
Color information
#DCECB6 (or 0xDCECB6) is known color: Frost. HEX triplet: DC, EC and B6. RGB value is (220,236,182). Sum of RGB (Red+Green+Blue) = 220+236+182=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECB6 is #231349. Grayscale: #E1E1E1. Windows color (decimal): -2298698 or 11988188. OLE color: 11988188.
HSL color Cylindrical-coordinate representation of color #DCECB6: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCECB6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 182 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.78º | 0.59% | 0.82% | - |
| HSV(B) | 77.78º | 0.23% | 0.93% | - |
| XYZ | 67.95 | 78.58 | 55.84 | - |
| YUV | 225.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 182 | 0.07 | 0 | 0.23 | 0.07 | 77.78 | 0.59 | 0.82 |
| Hex | DC | EC | B6 | 7 | 0 | 17 | 7 | 4E | 3B | 52 |
| Octal | 334 | 354 | 266 | 7 | 0 | 27 | 7 | 116 | 73 | 122 |
| Binary | 11011100 | 11101100 | 10110110 | 111 | 0 | 10111 | 111 | 1001110 | 111011 | 1010010 |
Color Harmonies of #DCECB6
Complementary color
Monochromatic Colors of #DCECB6
Black with #DCECB6
Text Example
Text Example
White with #DCECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB6; }
p { color: rgb(220,236,182); }
H1.HeaderClassName
{
color: #DCECB6;
}
.AnyTagClassName
{
color: #DCECB6;
}
</style>
background-color css
<style>
a { background-color: #DCECB6; }
a { background-color: rgb(220,236,182); }
div.DivClassName
{
background-color: #DCECB6;
}
.BgClassName
{
background-color: #DCECB6;
}
</style>
border-color css
<style>
span { border-color: #DCECB6; }
span { border-color: rgb(220,236,182); }
td.TdClassName
{
border-color: #DCECB6;
}
.TagClassName
{
border-color: #DCECB6;
}
</style>