Shades of Fog #D1BBF3
Tints of Fog #D1BBF3
RGB
CMYK
RGB Variations
Color information
#D1BBF3 (or 0xD1BBF3) is known color: Fog. HEX triplet: D1, BB and F3. RGB value is (209,187,243). Sum of RGB (Red+Green+Blue) = 209+187+243=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBF3 is #2E440C. Grayscale: #C7C7C7. Windows color (decimal): -3032077 or 15973329. OLE color: 15973329.
HSL color Cylindrical-coordinate representation of color #D1BBF3: hue angle of 263.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BBF3 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 187 | 243 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.05 |
| HSL | 263.57º | 0.7% | 0.84% | - |
| HSV(B) | 263.57º | 0.23% | 0.95% | - |
| XYZ | 60.24 | 55.57 | 92.34 | - |
| YUV | 199.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 243 | 0.14 | 0.23 | 0 | 0.05 | 263.57 | 0.7 | 0.84 |
| Hex | D1 | BB | F3 | E | 17 | 0 | 5 | 108 | 46 | 54 |
| Octal | 321 | 273 | 363 | 16 | 27 | 0 | 5 | 410 | 106 | 124 |
| Binary | 11010001 | 10111011 | 11110011 | 1110 | 10111 | 0 | 101 | 100001000 | 1000110 | 1010100 |
Color Harmonies of #D1BBF3
Complementary color
Monochromatic Colors of #D1BBF3
Black with #D1BBF3
Text Example
Text Example
White with #D1BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBF3; }
p { color: rgb(209,187,243); }
H1.HeaderClassName
{
color: #D1BBF3;
}
.AnyTagClassName
{
color: #D1BBF3;
}
</style>
background-color css
<style>
a { background-color: #D1BBF3; }
a { background-color: rgb(209,187,243); }
div.DivClassName
{
background-color: #D1BBF3;
}
.BgClassName
{
background-color: #D1BBF3;
}
</style>
border-color css
<style>
span { border-color: #D1BBF3; }
span { border-color: rgb(209,187,243); }
td.TdClassName
{
border-color: #D1BBF3;
}
.TagClassName
{
border-color: #D1BBF3;
}
</style>