Shades of Fog #D6B9EE
Tints of Fog #D6B9EE
RGB
CMYK
RGB Variations
Color information
#D6B9EE (or 0xD6B9EE) is known color: Fog. HEX triplet: D6, B9 and EE. RGB value is (214,185,238). Sum of RGB (Red+Green+Blue) = 214+185+238=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9EE is #294611. Grayscale: #C7C7C7. Windows color (decimal): -2704914 or 15645142. OLE color: 15645142.
HSL color Cylindrical-coordinate representation of color #D6B9EE: hue angle of 272.83º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6B9EE is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 185 | 238 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.07 |
| HSL | 272.83º | 0.61% | 0.83% | - |
| HSV(B) | 272.83º | 0.22% | 0.93% | - |
| XYZ | 60.51 | 55.17 | 88.35 | - |
| YUV | 199.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 238 | 0.10 | 0.22 | 0 | 0.07 | 272.83 | 0.61 | 0.83 |
| Hex | D6 | B9 | EE | A | 16 | 0 | 7 | 111 | 3D | 53 |
| Octal | 326 | 271 | 356 | 12 | 26 | 0 | 7 | 421 | 75 | 123 |
| Binary | 11010110 | 10111001 | 11101110 | 1010 | 10110 | 0 | 111 | 100010001 | 111101 | 1010011 |
Color Harmonies of #D6B9EE
Complementary color
Monochromatic Colors of #D6B9EE
Black with #D6B9EE
Text Example
Text Example
White with #D6B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9EE; }
p { color: rgb(214,185,238); }
H1.HeaderClassName
{
color: #D6B9EE;
}
.AnyTagClassName
{
color: #D6B9EE;
}
</style>
background-color css
<style>
a { background-color: #D6B9EE; }
a { background-color: rgb(214,185,238); }
div.DivClassName
{
background-color: #D6B9EE;
}
.BgClassName
{
background-color: #D6B9EE;
}
</style>
border-color css
<style>
span { border-color: #D6B9EE; }
span { border-color: rgb(214,185,238); }
td.TdClassName
{
border-color: #D6B9EE;
}
.TagClassName
{
border-color: #D6B9EE;
}
</style>