Shades of Fog #D6B7EE
Tints of Fog #D6B7EE
RGB
CMYK
RGB Variations
Color information
#D6B7EE (or 0xD6B7EE) is known color: Fog. HEX triplet: D6, B7 and EE. RGB value is (214,183,238). Sum of RGB (Red+Green+Blue) = 214+183+238=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7EE is #294811. Grayscale: #C6C6C6. Windows color (decimal): -2705426 or 15644630. OLE color: 15644630.
HSL color Cylindrical-coordinate representation of color #D6B7EE: hue angle of 273.82º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B7EE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 183 | 238 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.07 |
| HSL | 273.82º | 0.62% | 0.83% | - |
| HSV(B) | 273.82º | 0.23% | 0.93% | - |
| XYZ | 60.1 | 54.34 | 88.21 | - |
| YUV | 198.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 238 | 0.10 | 0.23 | 0 | 0.07 | 273.82 | 0.62 | 0.83 |
| Hex | D6 | B7 | EE | A | 17 | 0 | 7 | 112 | 3E | 53 |
| Octal | 326 | 267 | 356 | 12 | 27 | 0 | 7 | 422 | 76 | 123 |
| Binary | 11010110 | 10110111 | 11101110 | 1010 | 10111 | 0 | 111 | 100010010 | 111110 | 1010011 |
Color Harmonies of #D6B7EE
Complementary color
Monochromatic Colors of #D6B7EE
Black with #D6B7EE
Text Example
Text Example
White with #D6B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7EE; }
p { color: rgb(214,183,238); }
H1.HeaderClassName
{
color: #D6B7EE;
}
.AnyTagClassName
{
color: #D6B7EE;
}
</style>
background-color css
<style>
a { background-color: #D6B7EE; }
a { background-color: rgb(214,183,238); }
div.DivClassName
{
background-color: #D6B7EE;
}
.BgClassName
{
background-color: #D6B7EE;
}
</style>
border-color css
<style>
span { border-color: #D6B7EE; }
span { border-color: rgb(214,183,238); }
td.TdClassName
{
border-color: #D6B7EE;
}
.TagClassName
{
border-color: #D6B7EE;
}
</style>