Shades of Fog #D3BAFB
Tints of Fog #D3BAFB
RGB
CMYK
RGB Variations
Color information
#D3BAFB (or 0xD3BAFB) is known color: Fog. HEX triplet: D3, BA and FB. RGB value is (211,186,251). Sum of RGB (Red+Green+Blue) = 211+186+251=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAFB is #2C4504. Grayscale: #C8C8C8. Windows color (decimal): -2901253 or 16497363. OLE color: 16497363.
HSL color Cylindrical-coordinate representation of color #D3BAFB: hue angle of 263.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BAFB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 186 | 251 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.02 |
| HSL | 263.08º | 0.89% | 0.86% | - |
| HSV(B) | 263.08º | 0.26% | 0.98% | - |
| XYZ | 61.84 | 55.93 | 98.8 | - |
| YUV | 200.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 251 | 0.16 | 0.26 | 0 | 0.02 | 263.08 | 0.89 | 0.86 |
| Hex | D3 | BA | FB | 10 | 1A | 0 | 2 | 107 | 59 | 56 |
| Octal | 323 | 272 | 373 | 20 | 32 | 0 | 2 | 407 | 131 | 126 |
| Binary | 11010011 | 10111010 | 11111011 | 10000 | 11010 | 0 | 10 | 100000111 | 1011001 | 1010110 |
Color Harmonies of #D3BAFB
Complementary color
Monochromatic Colors of #D3BAFB
Black with #D3BAFB
Text Example
Text Example
White with #D3BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAFB; }
p { color: rgb(211,186,251); }
H1.HeaderClassName
{
color: #D3BAFB;
}
.AnyTagClassName
{
color: #D3BAFB;
}
</style>
background-color css
<style>
a { background-color: #D3BAFB; }
a { background-color: rgb(211,186,251); }
div.DivClassName
{
background-color: #D3BAFB;
}
.BgClassName
{
background-color: #D3BAFB;
}
</style>
border-color css
<style>
span { border-color: #D3BAFB; }
span { border-color: rgb(211,186,251); }
td.TdClassName
{
border-color: #D3BAFB;
}
.TagClassName
{
border-color: #D3BAFB;
}
</style>