Shades of Fog #D6C0EC
Tints of Fog #D6C0EC
RGB
CMYK
RGB Variations
Color information
#D6C0EC (or 0xD6C0EC) is known color: Fog. HEX triplet: D6, C0 and EC. RGB value is (214,192,236). Sum of RGB (Red+Green+Blue) = 214+192+236=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0EC is #293F13. Grayscale: #CBCBCB. Windows color (decimal): -2703124 or 15515862. OLE color: 15515862.
HSL color Cylindrical-coordinate representation of color #D6C0EC: hue angle of 270º degrees, saturation: 0.54, 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 #D6C0EC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 192 | 236 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.07 |
| HSL | 270º | 0.54% | 0.84% | - |
| HSV(B) | 270º | 0.19% | 0.93% | - |
| XYZ | 61.72 | 58.05 | 87.31 | - |
| YUV | 203.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 236 | 0.09 | 0.19 | 0 | 0.07 | 270 | 0.54 | 0.84 |
| Hex | D6 | C0 | EC | 9 | 13 | 0 | 7 | 10E | 36 | 54 |
| Octal | 326 | 300 | 354 | 11 | 23 | 0 | 7 | 416 | 66 | 124 |
| Binary | 11010110 | 11000000 | 11101100 | 1001 | 10011 | 0 | 111 | 100001110 | 110110 | 1010100 |
Color Harmonies of #D6C0EC
Complementary color
Monochromatic Colors of #D6C0EC
Black with #D6C0EC
Text Example
Text Example
White with #D6C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0EC; }
p { color: rgb(214,192,236); }
H1.HeaderClassName
{
color: #D6C0EC;
}
.AnyTagClassName
{
color: #D6C0EC;
}
</style>
background-color css
<style>
a { background-color: #D6C0EC; }
a { background-color: rgb(214,192,236); }
div.DivClassName
{
background-color: #D6C0EC;
}
.BgClassName
{
background-color: #D6C0EC;
}
</style>
border-color css
<style>
span { border-color: #D6C0EC; }
span { border-color: rgb(214,192,236); }
td.TdClassName
{
border-color: #D6C0EC;
}
.TagClassName
{
border-color: #D6C0EC;
}
</style>