Shades of Fog #DCC1EE
Tints of Fog #DCC1EE
RGB
CMYK
RGB Variations
Color information
#DCC1EE (or 0xDCC1EE) is known color: Fog. HEX triplet: DC, C1 and EE. RGB value is (220,193,238). Sum of RGB (Red+Green+Blue) = 220+193+238=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EE is #233E11. Grayscale: #CECECE. Windows color (decimal): -2309650 or 15647196. OLE color: 15647196.
HSL color Cylindrical-coordinate representation of color #DCC1EE: hue angle of 276º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC1EE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 193 | 238 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 276º | 0.57% | 0.85% | - |
| HSV(B) | 276º | 0.19% | 0.93% | - |
| XYZ | 64.02 | 59.53 | 89 | - |
| YUV | 206.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 238 | 0.08 | 0.19 | 0 | 0.07 | 276 | 0.57 | 0.85 |
| Hex | DC | C1 | EE | 8 | 13 | 0 | 7 | 114 | 39 | 55 |
| Octal | 334 | 301 | 356 | 10 | 23 | 0 | 7 | 424 | 71 | 125 |
| Binary | 11011100 | 11000001 | 11101110 | 1000 | 10011 | 0 | 111 | 100010100 | 111001 | 1010101 |
Color Harmonies of #DCC1EE
Complementary color
Monochromatic Colors of #DCC1EE
Black with #DCC1EE
Text Example
Text Example
White with #DCC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1EE; }
p { color: rgb(220,193,238); }
H1.HeaderClassName
{
color: #DCC1EE;
}
.AnyTagClassName
{
color: #DCC1EE;
}
</style>
background-color css
<style>
a { background-color: #DCC1EE; }
a { background-color: rgb(220,193,238); }
div.DivClassName
{
background-color: #DCC1EE;
}
.BgClassName
{
background-color: #DCC1EE;
}
</style>
border-color css
<style>
span { border-color: #DCC1EE; }
span { border-color: rgb(220,193,238); }
td.TdClassName
{
border-color: #DCC1EE;
}
.TagClassName
{
border-color: #DCC1EE;
}
</style>