Shades of Fog #DCC6EE
Tints of Fog #DCC6EE
RGB
CMYK
RGB Variations
Color information
#DCC6EE (or 0xDCC6EE) is known color: Fog. HEX triplet: DC, C6 and EE. RGB value is (220,198,238). Sum of RGB (Red+Green+Blue) = 220+198+238=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6EE is #233911. Grayscale: #D1D1D1. Windows color (decimal): -2308370 or 15648476. OLE color: 15648476.
HSL color Cylindrical-coordinate representation of color #DCC6EE: hue angle of 273º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC6EE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 198 | 238 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.07 |
| HSL | 273º | 0.54% | 0.85% | - |
| HSV(B) | 273º | 0.17% | 0.93% | - |
| XYZ | 65.14 | 61.78 | 89.38 | - |
| YUV | 209.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 238 | 0.08 | 0.17 | 0 | 0.07 | 273 | 0.54 | 0.85 |
| Hex | DC | C6 | EE | 8 | 11 | 0 | 7 | 111 | 36 | 55 |
| Octal | 334 | 306 | 356 | 10 | 21 | 0 | 7 | 421 | 66 | 125 |
| Binary | 11011100 | 11000110 | 11101110 | 1000 | 10001 | 0 | 111 | 100010001 | 110110 | 1010101 |
Color Harmonies of #DCC6EE
Complementary color
Monochromatic Colors of #DCC6EE
Black with #DCC6EE
Text Example
Text Example
White with #DCC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6EE; }
p { color: rgb(220,198,238); }
H1.HeaderClassName
{
color: #DCC6EE;
}
.AnyTagClassName
{
color: #DCC6EE;
}
</style>
background-color css
<style>
a { background-color: #DCC6EE; }
a { background-color: rgb(220,198,238); }
div.DivClassName
{
background-color: #DCC6EE;
}
.BgClassName
{
background-color: #DCC6EE;
}
</style>
border-color css
<style>
span { border-color: #DCC6EE; }
span { border-color: rgb(220,198,238); }
td.TdClassName
{
border-color: #DCC6EE;
}
.TagClassName
{
border-color: #DCC6EE;
}
</style>