Shades of Fog #D6C0E7
Tints of Fog #D6C0E7
RGB
CMYK
RGB Variations
Color information
#D6C0E7 (or 0xD6C0E7) is known color: Fog. HEX triplet: D6, C0 and E7. RGB value is (214,192,231). Sum of RGB (Red+Green+Blue) = 214+192+231=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6C0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0E7 is #293F18. Grayscale: #CACACA. Windows color (decimal): -2703129 or 15188182. OLE color: 15188182.
HSL color Cylindrical-coordinate representation of color #D6C0E7: hue angle of 273.85º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6C0E7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 192 | 231 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.09 |
| HSL | 273.85º | 0.45% | 0.83% | - |
| HSV(B) | 273.85º | 0.17% | 0.91% | - |
| XYZ | 61.01 | 57.76 | 83.54 | - |
| YUV | 203.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 231 | 0.07 | 0.17 | 0 | 0.09 | 273.85 | 0.45 | 0.83 |
| Hex | D6 | C0 | E7 | 7 | 11 | 0 | 9 | 112 | 2D | 53 |
| Octal | 326 | 300 | 347 | 7 | 21 | 0 | 11 | 422 | 55 | 123 |
| Binary | 11010110 | 11000000 | 11100111 | 111 | 10001 | 0 | 1001 | 100010010 | 101101 | 1010011 |
Color Harmonies of #D6C0E7
Complementary color
Monochromatic Colors of #D6C0E7
Black with #D6C0E7
Text Example
Text Example
White with #D6C0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0E7; }
p { color: rgb(214,192,231); }
H1.HeaderClassName
{
color: #D6C0E7;
}
.AnyTagClassName
{
color: #D6C0E7;
}
</style>
background-color css
<style>
a { background-color: #D6C0E7; }
a { background-color: rgb(214,192,231); }
div.DivClassName
{
background-color: #D6C0E7;
}
.BgClassName
{
background-color: #D6C0E7;
}
</style>
border-color css
<style>
span { border-color: #D6C0E7; }
span { border-color: rgb(214,192,231); }
td.TdClassName
{
border-color: #D6C0E7;
}
.TagClassName
{
border-color: #D6C0E7;
}
</style>