Shades of Fog #DCC2EC
Tints of Fog #DCC2EC
RGB
CMYK
RGB Variations
Color information
#DCC2EC (or 0xDCC2EC) is known color: Fog. HEX triplet: DC, C2 and EC. RGB value is (220,194,236). Sum of RGB (Red+Green+Blue) = 220+194+236=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2EC is #233D13. Grayscale: #CECECE. Windows color (decimal): -2309396 or 15516380. OLE color: 15516380.
HSL color Cylindrical-coordinate representation of color #DCC2EC: hue angle of 277.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC2EC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 194 | 236 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 277.14º | 0.53% | 0.84% | - |
| HSV(B) | 277.14º | 0.18% | 0.93% | - |
| XYZ | 63.95 | 59.86 | 87.54 | - |
| YUV | 206.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 236 | 0.07 | 0.18 | 0 | 0.07 | 277.14 | 0.53 | 0.84 |
| Hex | DC | C2 | EC | 7 | 12 | 0 | 7 | 115 | 34 | 54 |
| Octal | 334 | 302 | 354 | 7 | 22 | 0 | 7 | 425 | 64 | 124 |
| Binary | 11011100 | 11000010 | 11101100 | 111 | 10010 | 0 | 111 | 100010101 | 110100 | 1010100 |
Color Harmonies of #DCC2EC
Complementary color
Monochromatic Colors of #DCC2EC
Black with #DCC2EC
Text Example
Text Example
White with #DCC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2EC; }
p { color: rgb(220,194,236); }
H1.HeaderClassName
{
color: #DCC2EC;
}
.AnyTagClassName
{
color: #DCC2EC;
}
</style>
background-color css
<style>
a { background-color: #DCC2EC; }
a { background-color: rgb(220,194,236); }
div.DivClassName
{
background-color: #DCC2EC;
}
.BgClassName
{
background-color: #DCC2EC;
}
</style>
border-color css
<style>
span { border-color: #DCC2EC; }
span { border-color: rgb(220,194,236); }
td.TdClassName
{
border-color: #DCC2EC;
}
.TagClassName
{
border-color: #DCC2EC;
}
</style>