Shades of Fog #D6B7EC
Tints of Fog #D6B7EC
RGB
CMYK
RGB Variations
Color information
#D6B7EC (or 0xD6B7EC) is known color: Fog. HEX triplet: D6, B7 and EC. RGB value is (214,183,236). Sum of RGB (Red+Green+Blue) = 214+183+236=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7EC is #294813. Grayscale: #C6C6C6. Windows color (decimal): -2705428 or 15513558. OLE color: 15513558.
HSL color Cylindrical-coordinate representation of color #D6B7EC: hue angle of 275.09º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6B7EC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 183 | 236 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.07 |
| HSL | 275.09º | 0.58% | 0.82% | - |
| HSV(B) | 275.09º | 0.22% | 0.93% | - |
| XYZ | 59.81 | 54.22 | 86.67 | - |
| YUV | 198.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 236 | 0.09 | 0.22 | 0 | 0.07 | 275.09 | 0.58 | 0.82 |
| Hex | D6 | B7 | EC | 9 | 16 | 0 | 7 | 113 | 3A | 52 |
| Octal | 326 | 267 | 354 | 11 | 26 | 0 | 7 | 423 | 72 | 122 |
| Binary | 11010110 | 10110111 | 11101100 | 1001 | 10110 | 0 | 111 | 100010011 | 111010 | 1010010 |
Color Harmonies of #D6B7EC
Complementary color
Monochromatic Colors of #D6B7EC
Black with #D6B7EC
Text Example
Text Example
White with #D6B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7EC; }
p { color: rgb(214,183,236); }
H1.HeaderClassName
{
color: #D6B7EC;
}
.AnyTagClassName
{
color: #D6B7EC;
}
</style>
background-color css
<style>
a { background-color: #D6B7EC; }
a { background-color: rgb(214,183,236); }
div.DivClassName
{
background-color: #D6B7EC;
}
.BgClassName
{
background-color: #D6B7EC;
}
</style>
border-color css
<style>
span { border-color: #D6B7EC; }
span { border-color: rgb(214,183,236); }
td.TdClassName
{
border-color: #D6B7EC;
}
.TagClassName
{
border-color: #D6B7EC;
}
</style>