Shades of Fog #D3B9EC
Tints of Fog #D3B9EC
RGB
CMYK
RGB Variations
Color information
#D3B9EC (or 0xD3B9EC) is known color: Fog. HEX triplet: D3, B9 and EC. RGB value is (211,185,236). Sum of RGB (Red+Green+Blue) = 211+185+236=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B9EC is #2C4613. Grayscale: #C6C6C6. Windows color (decimal): -2901524 or 15514067. OLE color: 15514067.
HSL color Cylindrical-coordinate representation of color #D3B9EC: hue angle of 270.59º degrees, saturation: 0.57, 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 #D3B9EC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 185 | 236 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.07 |
| HSL | 270.59º | 0.57% | 0.83% | - |
| HSV(B) | 270.59º | 0.22% | 0.93% | - |
| XYZ | 59.35 | 54.6 | 86.77 | - |
| YUV | 198.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 236 | 0.11 | 0.22 | 0 | 0.07 | 270.59 | 0.57 | 0.83 |
| Hex | D3 | B9 | EC | B | 16 | 0 | 7 | 10F | 39 | 53 |
| Octal | 323 | 271 | 354 | 13 | 26 | 0 | 7 | 417 | 71 | 123 |
| Binary | 11010011 | 10111001 | 11101100 | 1011 | 10110 | 0 | 111 | 100001111 | 111001 | 1010011 |
Color Harmonies of #D3B9EC
Complementary color
Monochromatic Colors of #D3B9EC
Black with #D3B9EC
Text Example
Text Example
White with #D3B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9EC; }
p { color: rgb(211,185,236); }
H1.HeaderClassName
{
color: #D3B9EC;
}
.AnyTagClassName
{
color: #D3B9EC;
}
</style>
background-color css
<style>
a { background-color: #D3B9EC; }
a { background-color: rgb(211,185,236); }
div.DivClassName
{
background-color: #D3B9EC;
}
.BgClassName
{
background-color: #D3B9EC;
}
</style>
border-color css
<style>
span { border-color: #D3B9EC; }
span { border-color: rgb(211,185,236); }
td.TdClassName
{
border-color: #D3B9EC;
}
.TagClassName
{
border-color: #D3B9EC;
}
</style>