Shades of Fog #D3BAF0
Tints of Fog #D3BAF0
RGB
CMYK
RGB Variations
Color information
#D3BAF0 (or 0xD3BAF0) is known color: Fog. HEX triplet: D3, BA and F0. RGB value is (211,186,240). Sum of RGB (Red+Green+Blue) = 211+186+240=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAF0 is #2C450F. Grayscale: #C7C7C7. Windows color (decimal): -2901264 or 15776467. OLE color: 15776467.
HSL color Cylindrical-coordinate representation of color #D3BAF0: hue angle of 267.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3BAF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 186 | 240 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 267.78º | 0.64% | 0.84% | - |
| HSV(B) | 267.78º | 0.23% | 0.94% | - |
| XYZ | 60.15 | 55.26 | 89.93 | - |
| YUV | 199.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 240 | 0.12 | 0.22 | 0 | 0.06 | 267.78 | 0.64 | 0.84 |
| Hex | D3 | BA | F0 | C | 16 | 0 | 6 | 10C | 40 | 54 |
| Octal | 323 | 272 | 360 | 14 | 26 | 0 | 6 | 414 | 100 | 124 |
| Binary | 11010011 | 10111010 | 11110000 | 1100 | 10110 | 0 | 110 | 100001100 | 1000000 | 1010100 |
Color Harmonies of #D3BAF0
Complementary color
Monochromatic Colors of #D3BAF0
Black with #D3BAF0
Text Example
Text Example
White with #D3BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAF0; }
p { color: rgb(211,186,240); }
H1.HeaderClassName
{
color: #D3BAF0;
}
.AnyTagClassName
{
color: #D3BAF0;
}
</style>
background-color css
<style>
a { background-color: #D3BAF0; }
a { background-color: rgb(211,186,240); }
div.DivClassName
{
background-color: #D3BAF0;
}
.BgClassName
{
background-color: #D3BAF0;
}
</style>
border-color css
<style>
span { border-color: #D3BAF0; }
span { border-color: rgb(211,186,240); }
td.TdClassName
{
border-color: #D3BAF0;
}
.TagClassName
{
border-color: #D3BAF0;
}
</style>