Shades of Fog #DCC1EC
Tints of Fog #DCC1EC
RGB
CMYK
RGB Variations
Color information
#DCC1EC (or 0xDCC1EC) is known color: Fog. HEX triplet: DC, C1 and EC. RGB value is (220,193,236). Sum of RGB (Red+Green+Blue) = 220+193+236=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EC is #233E13. Grayscale: #CDCDCD. Windows color (decimal): -2309652 or 15516124. OLE color: 15516124.
HSL color Cylindrical-coordinate representation of color #DCC1EC: hue angle of 277.67º degrees, saturation: 0.53, 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 #DCC1EC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 193 | 236 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 277.67º | 0.53% | 0.84% | - |
| HSV(B) | 277.67º | 0.18% | 0.93% | - |
| XYZ | 63.73 | 59.41 | 87.47 | - |
| YUV | 205.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 236 | 0.07 | 0.18 | 0 | 0.07 | 277.67 | 0.53 | 0.84 |
| Hex | DC | C1 | EC | 7 | 12 | 0 | 7 | 116 | 35 | 54 |
| Octal | 334 | 301 | 354 | 7 | 22 | 0 | 7 | 426 | 65 | 124 |
| Binary | 11011100 | 11000001 | 11101100 | 111 | 10010 | 0 | 111 | 100010110 | 110101 | 1010100 |
Color Harmonies of #DCC1EC
Complementary color
Monochromatic Colors of #DCC1EC
Black with #DCC1EC
Text Example
Text Example
White with #DCC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1EC; }
p { color: rgb(220,193,236); }
H1.HeaderClassName
{
color: #DCC1EC;
}
.AnyTagClassName
{
color: #DCC1EC;
}
</style>
background-color css
<style>
a { background-color: #DCC1EC; }
a { background-color: rgb(220,193,236); }
div.DivClassName
{
background-color: #DCC1EC;
}
.BgClassName
{
background-color: #DCC1EC;
}
</style>
border-color css
<style>
span { border-color: #DCC1EC; }
span { border-color: rgb(220,193,236); }
td.TdClassName
{
border-color: #DCC1EC;
}
.TagClassName
{
border-color: #DCC1EC;
}
</style>