Shades of Fog #DCC0EC
Tints of Fog #DCC0EC
RGB
CMYK
RGB Variations
Color information
#DCC0EC (or 0xDCC0EC) is known color: Fog. HEX triplet: DC, C0 and EC. RGB value is (220,192,236). Sum of RGB (Red+Green+Blue) = 220+192+236=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0EC is #233F13. Grayscale: #CDCDCD. Windows color (decimal): -2309908 or 15515868. OLE color: 15515868.
HSL color Cylindrical-coordinate representation of color #DCC0EC: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC0EC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 192 | 236 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 278.18º | 0.54% | 0.84% | - |
| HSV(B) | 278.18º | 0.19% | 0.93% | - |
| XYZ | 63.51 | 58.97 | 87.39 | - |
| YUV | 205.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 236 | 0.07 | 0.19 | 0 | 0.07 | 278.18 | 0.54 | 0.84 |
| Hex | DC | C0 | EC | 7 | 13 | 0 | 7 | 116 | 36 | 54 |
| Octal | 334 | 300 | 354 | 7 | 23 | 0 | 7 | 426 | 66 | 124 |
| Binary | 11011100 | 11000000 | 11101100 | 111 | 10011 | 0 | 111 | 100010110 | 110110 | 1010100 |
Color Harmonies of #DCC0EC
Complementary color
Monochromatic Colors of #DCC0EC
Black with #DCC0EC
Text Example
Text Example
White with #DCC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0EC; }
p { color: rgb(220,192,236); }
H1.HeaderClassName
{
color: #DCC0EC;
}
.AnyTagClassName
{
color: #DCC0EC;
}
</style>
background-color css
<style>
a { background-color: #DCC0EC; }
a { background-color: rgb(220,192,236); }
div.DivClassName
{
background-color: #DCC0EC;
}
.BgClassName
{
background-color: #DCC0EC;
}
</style>
border-color css
<style>
span { border-color: #DCC0EC; }
span { border-color: rgb(220,192,236); }
td.TdClassName
{
border-color: #DCC0EC;
}
.TagClassName
{
border-color: #DCC0EC;
}
</style>