Shades of Fog #D3BAFD
Tints of Fog #D3BAFD
RGB
CMYK
RGB Variations
Color information
#D3BAFD (or 0xD3BAFD) is known color: Fog. HEX triplet: D3, BA and FD. RGB value is (211,186,253). Sum of RGB (Red+Green+Blue) = 211+186+253=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAFD is #2C4502. Grayscale: #C8C8C8. Windows color (decimal): -2901251 or 16628435. OLE color: 16628435.
HSL color Cylindrical-coordinate representation of color #D3BAFD: hue angle of 262.39º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BAFD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 186 | 253 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.01 |
| HSL | 262.39º | 0.94% | 0.86% | - |
| HSV(B) | 262.39º | 0.26% | 0.99% | - |
| XYZ | 62.15 | 56.06 | 100.47 | - |
| YUV | 201.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 253 | 0.17 | 0.26 | 0 | 0.01 | 262.39 | 0.94 | 0.86 |
| Hex | D3 | BA | FD | 11 | 1A | 0 | 1 | 106 | 5E | 56 |
| Octal | 323 | 272 | 375 | 21 | 32 | 0 | 1 | 406 | 136 | 126 |
| Binary | 11010011 | 10111010 | 11111101 | 10001 | 11010 | 0 | 1 | 100000110 | 1011110 | 1010110 |
Color Harmonies of #D3BAFD
Complementary color
Monochromatic Colors of #D3BAFD
Black with #D3BAFD
Text Example
Text Example
White with #D3BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAFD; }
p { color: rgb(211,186,253); }
H1.HeaderClassName
{
color: #D3BAFD;
}
.AnyTagClassName
{
color: #D3BAFD;
}
</style>
background-color css
<style>
a { background-color: #D3BAFD; }
a { background-color: rgb(211,186,253); }
div.DivClassName
{
background-color: #D3BAFD;
}
.BgClassName
{
background-color: #D3BAFD;
}
</style>
border-color css
<style>
span { border-color: #D3BAFD; }
span { border-color: rgb(211,186,253); }
td.TdClassName
{
border-color: #D3BAFD;
}
.TagClassName
{
border-color: #D3BAFD;
}
</style>