Shades of Fog #DCC0EE
Tints of Fog #DCC0EE
RGB
CMYK
RGB Variations
Color information
#DCC0EE (or 0xDCC0EE) is known color: Fog. HEX triplet: DC, C0 and EE. RGB value is (220,192,238). Sum of RGB (Red+Green+Blue) = 220+192+238=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0EE is #233F11. Grayscale: #CDCDCD. Windows color (decimal): -2309906 or 15646940. OLE color: 15646940.
HSL color Cylindrical-coordinate representation of color #DCC0EE: hue angle of 276.52º degrees, saturation: 0.57, 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 #DCC0EE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 192 | 238 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 276.52º | 0.58% | 0.84% | - |
| HSV(B) | 276.52º | 0.19% | 0.93% | - |
| XYZ | 63.8 | 59.09 | 88.93 | - |
| YUV | 205.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 238 | 0.08 | 0.19 | 0 | 0.07 | 276.52 | 0.58 | 0.84 |
| Hex | DC | C0 | EE | 8 | 13 | 0 | 7 | 115 | 3A | 54 |
| Octal | 334 | 300 | 356 | 10 | 23 | 0 | 7 | 425 | 72 | 124 |
| Binary | 11011100 | 11000000 | 11101110 | 1000 | 10011 | 0 | 111 | 100010101 | 111010 | 1010100 |
Color Harmonies of #DCC0EE
Complementary color
Monochromatic Colors of #DCC0EE
Black with #DCC0EE
Text Example
Text Example
White with #DCC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0EE; }
p { color: rgb(220,192,238); }
H1.HeaderClassName
{
color: #DCC0EE;
}
.AnyTagClassName
{
color: #DCC0EE;
}
</style>
background-color css
<style>
a { background-color: #DCC0EE; }
a { background-color: rgb(220,192,238); }
div.DivClassName
{
background-color: #DCC0EE;
}
.BgClassName
{
background-color: #DCC0EE;
}
</style>
border-color css
<style>
span { border-color: #DCC0EE; }
span { border-color: rgb(220,192,238); }
td.TdClassName
{
border-color: #DCC0EE;
}
.TagClassName
{
border-color: #DCC0EE;
}
</style>