Shades of Fog #D6B9EF
Tints of Fog #D6B9EF
RGB
CMYK
RGB Variations
Color information
#D6B9EF (or 0xD6B9EF) is known color: Fog. HEX triplet: D6, B9 and EF. RGB value is (214,185,239). Sum of RGB (Red+Green+Blue) = 214+185+239=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9EF is #294610. Grayscale: #C7C7C7. Windows color (decimal): -2704913 or 15710678. OLE color: 15710678.
HSL color Cylindrical-coordinate representation of color #D6B9EF: hue angle of 272.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B9EF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 185 | 239 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.06 |
| HSL | 272.22º | 0.63% | 0.83% | - |
| HSV(B) | 272.22º | 0.23% | 0.94% | - |
| XYZ | 60.66 | 55.23 | 89.12 | - |
| YUV | 199.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 239 | 0.10 | 0.23 | 0 | 0.06 | 272.22 | 0.63 | 0.83 |
| Hex | D6 | B9 | EF | A | 17 | 0 | 6 | 110 | 3F | 53 |
| Octal | 326 | 271 | 357 | 12 | 27 | 0 | 6 | 420 | 77 | 123 |
| Binary | 11010110 | 10111001 | 11101111 | 1010 | 10111 | 0 | 110 | 100010000 | 111111 | 1010011 |
Color Harmonies of #D6B9EF
Complementary color
Monochromatic Colors of #D6B9EF
Black with #D6B9EF
Text Example
Text Example
White with #D6B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9EF; }
p { color: rgb(214,185,239); }
H1.HeaderClassName
{
color: #D6B9EF;
}
.AnyTagClassName
{
color: #D6B9EF;
}
</style>
background-color css
<style>
a { background-color: #D6B9EF; }
a { background-color: rgb(214,185,239); }
div.DivClassName
{
background-color: #D6B9EF;
}
.BgClassName
{
background-color: #D6B9EF;
}
</style>
border-color css
<style>
span { border-color: #D6B9EF; }
span { border-color: rgb(214,185,239); }
td.TdClassName
{
border-color: #D6B9EF;
}
.TagClassName
{
border-color: #D6B9EF;
}
</style>