Shades of Fog #D3B9EE
Tints of Fog #D3B9EE
RGB
CMYK
RGB Variations
Color information
#D3B9EE (or 0xD3B9EE) is known color: Fog. HEX triplet: D3, B9 and EE. RGB value is (211,185,238). Sum of RGB (Red+Green+Blue) = 211+185+238=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B9EE is #2C4611. Grayscale: #C6C6C6. Windows color (decimal): -2901522 or 15645139. OLE color: 15645139.
HSL color Cylindrical-coordinate representation of color #D3B9EE: hue angle of 269.43º 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 #D3B9EE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 185 | 238 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.07 |
| HSL | 269.43º | 0.61% | 0.83% | - |
| HSV(B) | 269.43º | 0.22% | 0.93% | - |
| XYZ | 59.65 | 54.72 | 88.31 | - |
| YUV | 198.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 238 | 0.11 | 0.22 | 0 | 0.07 | 269.43 | 0.61 | 0.83 |
| Hex | D3 | B9 | EE | B | 16 | 0 | 7 | 10D | 3D | 53 |
| Octal | 323 | 271 | 356 | 13 | 26 | 0 | 7 | 415 | 75 | 123 |
| Binary | 11010011 | 10111001 | 11101110 | 1011 | 10110 | 0 | 111 | 100001101 | 111101 | 1010011 |
Color Harmonies of #D3B9EE
Complementary color
Monochromatic Colors of #D3B9EE
Black with #D3B9EE
Text Example
Text Example
White with #D3B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9EE; }
p { color: rgb(211,185,238); }
H1.HeaderClassName
{
color: #D3B9EE;
}
.AnyTagClassName
{
color: #D3B9EE;
}
</style>
background-color css
<style>
a { background-color: #D3B9EE; }
a { background-color: rgb(211,185,238); }
div.DivClassName
{
background-color: #D3B9EE;
}
.BgClassName
{
background-color: #D3B9EE;
}
</style>
border-color css
<style>
span { border-color: #D3B9EE; }
span { border-color: rgb(211,185,238); }
td.TdClassName
{
border-color: #D3B9EE;
}
.TagClassName
{
border-color: #D3B9EE;
}
</style>