Shades of Fog #D3BBFB
Tints of Fog #D3BBFB
RGB
CMYK
RGB Variations
Color information
#D3BBFB (or 0xD3BBFB) is known color: Fog. HEX triplet: D3, BB and FB. RGB value is (211,187,251). Sum of RGB (Red+Green+Blue) = 211+187+251=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BBFB is #2C4404. Grayscale: #C9C9C9. Windows color (decimal): -2900997 or 16497619. OLE color: 16497619.
HSL color Cylindrical-coordinate representation of color #D3BBFB: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3BBFB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 187 | 251 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.02 |
| HSL | 262.5º | 0.89% | 0.86% | - |
| HSV(B) | 262.5º | 0.25% | 0.98% | - |
| XYZ | 62.05 | 56.35 | 98.87 | - |
| YUV | 201.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 251 | 0.16 | 0.25 | 0 | 0.02 | 262.5 | 0.89 | 0.86 |
| Hex | D3 | BB | FB | 10 | 19 | 0 | 2 | 106 | 59 | 56 |
| Octal | 323 | 273 | 373 | 20 | 31 | 0 | 2 | 406 | 131 | 126 |
| Binary | 11010011 | 10111011 | 11111011 | 10000 | 11001 | 0 | 10 | 100000110 | 1011001 | 1010110 |
Color Harmonies of #D3BBFB
Complementary color
Monochromatic Colors of #D3BBFB
Black with #D3BBFB
Text Example
Text Example
White with #D3BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBFB; }
p { color: rgb(211,187,251); }
H1.HeaderClassName
{
color: #D3BBFB;
}
.AnyTagClassName
{
color: #D3BBFB;
}
</style>
background-color css
<style>
a { background-color: #D3BBFB; }
a { background-color: rgb(211,187,251); }
div.DivClassName
{
background-color: #D3BBFB;
}
.BgClassName
{
background-color: #D3BBFB;
}
</style>
border-color css
<style>
span { border-color: #D3BBFB; }
span { border-color: rgb(211,187,251); }
td.TdClassName
{
border-color: #D3BBFB;
}
.TagClassName
{
border-color: #D3BBFB;
}
</style>