Shades of Fog #D1BBFF
Tints of Fog #D1BBFF
RGB
CMYK
RGB Variations
Color information
#D1BBFF (or 0xD1BBFF) is known color: Fog. HEX triplet: D1, BB and FF. RGB value is (209,187,255). Sum of RGB (Red+Green+Blue) = 209+187+255=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBFF is #2E4400. Grayscale: #C9C9C9. Windows color (decimal): -3032065 or 16759761. OLE color: 16759761.
HSL color Cylindrical-coordinate representation of color #D1BBFF: hue angle of 259.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1BBFF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 187 | 255 | - |
| CMYK | 0.18 | 0.27 | 0 | 0 |
| HSL | 259.41º | 1% | 0.87% | - |
| HSV(B) | 259.41º | 0.27% | 1% | - |
| XYZ | 62.11 | 56.32 | 102.2 | - |
| YUV | 201.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 255 | 0.18 | 0.27 | 0 | 0 | 259.41 | 1 | 0.87 |
| Hex | D1 | BB | FF | 12 | 1B | 0 | 0 | 103 | 64 | 57 |
| Octal | 321 | 273 | 377 | 22 | 33 | 0 | 0 | 403 | 144 | 127 |
| Binary | 11010001 | 10111011 | 11111111 | 10010 | 11011 | 0 | 0 | 100000011 | 1100100 | 1010111 |
Color Harmonies of #D1BBFF
Complementary color
Monochromatic Colors of #D1BBFF
Black with #D1BBFF
Text Example
Text Example
White with #D1BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBFF; }
p { color: rgb(209,187,255); }
H1.HeaderClassName
{
color: #D1BBFF;
}
.AnyTagClassName
{
color: #D1BBFF;
}
</style>
background-color css
<style>
a { background-color: #D1BBFF; }
a { background-color: rgb(209,187,255); }
div.DivClassName
{
background-color: #D1BBFF;
}
.BgClassName
{
background-color: #D1BBFF;
}
</style>
border-color css
<style>
span { border-color: #D1BBFF; }
span { border-color: rgb(209,187,255); }
td.TdClassName
{
border-color: #D1BBFF;
}
.TagClassName
{
border-color: #D1BBFF;
}
</style>