Shades of Fog #D1BBEF
Tints of Fog #D1BBEF
RGB
CMYK
RGB Variations
Color information
#D1BBEF (or 0xD1BBEF) is known color: Fog. HEX triplet: D1, BB and EF. RGB value is (209,187,239). Sum of RGB (Red+Green+Blue) = 209+187+239=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBEF is #2E4410. Grayscale: #C7C7C7. Windows color (decimal): -3032081 or 15711185. OLE color: 15711185.
HSL color Cylindrical-coordinate representation of color #D1BBEF: hue angle of 265.38º degrees, saturation: 0.62, 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 #D1BBEF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 187 | 239 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.06 |
| HSL | 265.38º | 0.62% | 0.84% | - |
| HSV(B) | 265.38º | 0.22% | 0.94% | - |
| XYZ | 59.64 | 55.33 | 89.2 | - |
| YUV | 199.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 239 | 0.13 | 0.22 | 0 | 0.06 | 265.38 | 0.62 | 0.84 |
| Hex | D1 | BB | EF | D | 16 | 0 | 6 | 109 | 3E | 54 |
| Octal | 321 | 273 | 357 | 15 | 26 | 0 | 6 | 411 | 76 | 124 |
| Binary | 11010001 | 10111011 | 11101111 | 1101 | 10110 | 0 | 110 | 100001001 | 111110 | 1010100 |
Color Harmonies of #D1BBEF
Complementary color
Monochromatic Colors of #D1BBEF
Black with #D1BBEF
Text Example
Text Example
White with #D1BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBEF; }
p { color: rgb(209,187,239); }
H1.HeaderClassName
{
color: #D1BBEF;
}
.AnyTagClassName
{
color: #D1BBEF;
}
</style>
background-color css
<style>
a { background-color: #D1BBEF; }
a { background-color: rgb(209,187,239); }
div.DivClassName
{
background-color: #D1BBEF;
}
.BgClassName
{
background-color: #D1BBEF;
}
</style>
border-color css
<style>
span { border-color: #D1BBEF; }
span { border-color: rgb(209,187,239); }
td.TdClassName
{
border-color: #D1BBEF;
}
.TagClassName
{
border-color: #D1BBEF;
}
</style>