Shades of Fog #D3BBFD
Tints of Fog #D3BBFD
RGB
CMYK
RGB Variations
Color information
#D3BBFD (or 0xD3BBFD) is known color: Fog. HEX triplet: D3, BB and FD. RGB value is (211,187,253). Sum of RGB (Red+Green+Blue) = 211+187+253=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BBFD is #2C4402. Grayscale: #C9C9C9. Windows color (decimal): -2900995 or 16628691. OLE color: 16628691.
HSL color Cylindrical-coordinate representation of color #D3BBFD: hue angle of 261.82º 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 #D3BBFD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 187 | 253 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.01 |
| HSL | 261.82º | 0.94% | 0.86% | - |
| HSV(B) | 261.82º | 0.26% | 0.99% | - |
| XYZ | 62.36 | 56.48 | 100.54 | - |
| YUV | 201.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 253 | 0.17 | 0.26 | 0 | 0.01 | 261.82 | 0.94 | 0.86 |
| Hex | D3 | BB | FD | 11 | 1A | 0 | 1 | 106 | 5E | 56 |
| Octal | 323 | 273 | 375 | 21 | 32 | 0 | 1 | 406 | 136 | 126 |
| Binary | 11010011 | 10111011 | 11111101 | 10001 | 11010 | 0 | 1 | 100000110 | 1011110 | 1010110 |
Color Harmonies of #D3BBFD
Complementary color
Monochromatic Colors of #D3BBFD
Black with #D3BBFD
Text Example
Text Example
White with #D3BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBFD; }
p { color: rgb(211,187,253); }
H1.HeaderClassName
{
color: #D3BBFD;
}
.AnyTagClassName
{
color: #D3BBFD;
}
</style>
background-color css
<style>
a { background-color: #D3BBFD; }
a { background-color: rgb(211,187,253); }
div.DivClassName
{
background-color: #D3BBFD;
}
.BgClassName
{
background-color: #D3BBFD;
}
</style>
border-color css
<style>
span { border-color: #D3BBFD; }
span { border-color: rgb(211,187,253); }
td.TdClassName
{
border-color: #D3BBFD;
}
.TagClassName
{
border-color: #D3BBFD;
}
</style>