Shades of Fog #D3BAF6
Tints of Fog #D3BAF6
RGB
CMYK
RGB Variations
Color information
#D3BAF6 (or 0xD3BAF6) is known color: Fog. HEX triplet: D3, BA and F6. RGB value is (211,186,246). Sum of RGB (Red+Green+Blue) = 211+186+246=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAF6 is #2C4509. Grayscale: #C8C8C8. Windows color (decimal): -2901258 or 16169683. OLE color: 16169683.
HSL color Cylindrical-coordinate representation of color #D3BAF6: hue angle of 265º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3BAF6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 186 | 246 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.04 |
| HSL | 265º | 0.77% | 0.85% | - |
| HSV(B) | 265º | 0.24% | 0.96% | - |
| XYZ | 61.06 | 55.62 | 94.71 | - |
| YUV | 200.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 246 | 0.14 | 0.24 | 0 | 0.04 | 265 | 0.77 | 0.85 |
| Hex | D3 | BA | F6 | E | 18 | 0 | 4 | 109 | 4D | 55 |
| Octal | 323 | 272 | 366 | 16 | 30 | 0 | 4 | 411 | 115 | 125 |
| Binary | 11010011 | 10111010 | 11110110 | 1110 | 11000 | 0 | 100 | 100001001 | 1001101 | 1010101 |
Color Harmonies of #D3BAF6
Complementary color
Monochromatic Colors of #D3BAF6
Black with #D3BAF6
Text Example
Text Example
White with #D3BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAF6; }
p { color: rgb(211,186,246); }
H1.HeaderClassName
{
color: #D3BAF6;
}
.AnyTagClassName
{
color: #D3BAF6;
}
</style>
background-color css
<style>
a { background-color: #D3BAF6; }
a { background-color: rgb(211,186,246); }
div.DivClassName
{
background-color: #D3BAF6;
}
.BgClassName
{
background-color: #D3BAF6;
}
</style>
border-color css
<style>
span { border-color: #D3BAF6; }
span { border-color: rgb(211,186,246); }
td.TdClassName
{
border-color: #D3BAF6;
}
.TagClassName
{
border-color: #D3BAF6;
}
</style>