Shades of Fog #D3BBF0
Tints of Fog #D3BBF0
RGB
CMYK
RGB Variations
Color information
#D3BBF0 (or 0xD3BBF0) is known color: Fog. HEX triplet: D3, BB and F0. RGB value is (211,187,240). Sum of RGB (Red+Green+Blue) = 211+187+240=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BBF0 is #2C440F. Grayscale: #C8C8C8. Windows color (decimal): -2901008 or 15776723. OLE color: 15776723.
HSL color Cylindrical-coordinate representation of color #D3BBF0: hue angle of 267.17º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3BBF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 187 | 240 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 267.17º | 0.64% | 0.84% | - |
| HSV(B) | 267.17º | 0.22% | 0.94% | - |
| XYZ | 60.36 | 55.68 | 90 | - |
| YUV | 200.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 240 | 0.12 | 0.22 | 0 | 0.06 | 267.17 | 0.64 | 0.84 |
| Hex | D3 | BB | F0 | C | 16 | 0 | 6 | 10B | 40 | 54 |
| Octal | 323 | 273 | 360 | 14 | 26 | 0 | 6 | 413 | 100 | 124 |
| Binary | 11010011 | 10111011 | 11110000 | 1100 | 10110 | 0 | 110 | 100001011 | 1000000 | 1010100 |
Color Harmonies of #D3BBF0
Complementary color
Monochromatic Colors of #D3BBF0
Black with #D3BBF0
Text Example
Text Example
White with #D3BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBF0; }
p { color: rgb(211,187,240); }
H1.HeaderClassName
{
color: #D3BBF0;
}
.AnyTagClassName
{
color: #D3BBF0;
}
</style>
background-color css
<style>
a { background-color: #D3BBF0; }
a { background-color: rgb(211,187,240); }
div.DivClassName
{
background-color: #D3BBF0;
}
.BgClassName
{
background-color: #D3BBF0;
}
</style>
border-color css
<style>
span { border-color: #D3BBF0; }
span { border-color: rgb(211,187,240); }
td.TdClassName
{
border-color: #D3BBF0;
}
.TagClassName
{
border-color: #D3BBF0;
}
</style>