Shades of Fog #D6B7E8
Tints of Fog #D6B7E8
RGB
CMYK
RGB Variations
Color information
#D6B7E8 (or 0xD6B7E8) is known color: Fog. HEX triplet: D6, B7 and E8. RGB value is (214,183,232). Sum of RGB (Red+Green+Blue) = 214+183+232=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6B7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7E8 is #294817. Grayscale: #C5C5C5. Windows color (decimal): -2705432 or 15251414. OLE color: 15251414.
HSL color Cylindrical-coordinate representation of color #D6B7E8: hue angle of 277.96º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B7E8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 183 | 232 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.09 |
| HSL | 277.96º | 0.52% | 0.81% | - |
| HSV(B) | 277.96º | 0.21% | 0.91% | - |
| XYZ | 59.23 | 53.99 | 83.64 | - |
| YUV | 197.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 232 | 0.08 | 0.21 | 0 | 0.09 | 277.96 | 0.52 | 0.81 |
| Hex | D6 | B7 | E8 | 8 | 15 | 0 | 9 | 116 | 34 | 51 |
| Octal | 326 | 267 | 350 | 10 | 25 | 0 | 11 | 426 | 64 | 121 |
| Binary | 11010110 | 10110111 | 11101000 | 1000 | 10101 | 0 | 1001 | 100010110 | 110100 | 1010001 |
Color Harmonies of #D6B7E8
Complementary color
Monochromatic Colors of #D6B7E8
Black with #D6B7E8
Text Example
Text Example
White with #D6B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7E8; }
p { color: rgb(214,183,232); }
H1.HeaderClassName
{
color: #D6B7E8;
}
.AnyTagClassName
{
color: #D6B7E8;
}
</style>
background-color css
<style>
a { background-color: #D6B7E8; }
a { background-color: rgb(214,183,232); }
div.DivClassName
{
background-color: #D6B7E8;
}
.BgClassName
{
background-color: #D6B7E8;
}
</style>
border-color css
<style>
span { border-color: #D6B7E8; }
span { border-color: rgb(214,183,232); }
td.TdClassName
{
border-color: #D6B7E8;
}
.TagClassName
{
border-color: #D6B7E8;
}
</style>