Shades of Fog #DCC1EF
Tints of Fog #DCC1EF
RGB
CMYK
RGB Variations
Color information
#DCC1EF (or 0xDCC1EF) is known color: Fog. HEX triplet: DC, C1 and EF. RGB value is (220,193,239). Sum of RGB (Red+Green+Blue) = 220+193+239=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EF is #233E10. Grayscale: #CECECE. Windows color (decimal): -2309649 or 15712732. OLE color: 15712732.
HSL color Cylindrical-coordinate representation of color #DCC1EF: hue angle of 275.22º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC1EF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 193 | 239 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.06 |
| HSL | 275.22º | 0.59% | 0.85% | - |
| HSV(B) | 275.22º | 0.19% | 0.94% | - |
| XYZ | 64.17 | 59.59 | 89.78 | - |
| YUV | 206.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 239 | 0.08 | 0.19 | 0 | 0.06 | 275.22 | 0.59 | 0.85 |
| Hex | DC | C1 | EF | 8 | 13 | 0 | 6 | 113 | 3B | 55 |
| Octal | 334 | 301 | 357 | 10 | 23 | 0 | 6 | 423 | 73 | 125 |
| Binary | 11011100 | 11000001 | 11101111 | 1000 | 10011 | 0 | 110 | 100010011 | 111011 | 1010101 |
Color Harmonies of #DCC1EF
Complementary color
Monochromatic Colors of #DCC1EF
Black with #DCC1EF
Text Example
Text Example
White with #DCC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1EF; }
p { color: rgb(220,193,239); }
H1.HeaderClassName
{
color: #DCC1EF;
}
.AnyTagClassName
{
color: #DCC1EF;
}
</style>
background-color css
<style>
a { background-color: #DCC1EF; }
a { background-color: rgb(220,193,239); }
div.DivClassName
{
background-color: #DCC1EF;
}
.BgClassName
{
background-color: #DCC1EF;
}
</style>
border-color css
<style>
span { border-color: #DCC1EF; }
span { border-color: rgb(220,193,239); }
td.TdClassName
{
border-color: #DCC1EF;
}
.TagClassName
{
border-color: #DCC1EF;
}
</style>