Shades of Fog #D1BCE7
Tints of Fog #D1BCE7
RGB
CMYK
RGB Variations
Color information
#D1BCE7 (or 0xD1BCE7) is known color: Fog. HEX triplet: D1, BC and E7. RGB value is (209,188,231). Sum of RGB (Red+Green+Blue) = 209+188+231=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCE7 is #2E4318. Grayscale: #C7C7C7. Windows color (decimal): -3031833 or 15187153. OLE color: 15187153.
HSL color Cylindrical-coordinate representation of color #D1BCE7: hue angle of 269.3º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BCE7 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 188 | 231 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.09 |
| HSL | 269.3º | 0.47% | 0.82% | - |
| HSV(B) | 269.3º | 0.19% | 0.91% | - |
| XYZ | 58.7 | 55.29 | 83.18 | - |
| YUV | 199.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 231 | 0.10 | 0.19 | 0 | 0.09 | 269.3 | 0.47 | 0.82 |
| Hex | D1 | BC | E7 | A | 13 | 0 | 9 | 10D | 2F | 52 |
| Octal | 321 | 274 | 347 | 12 | 23 | 0 | 11 | 415 | 57 | 122 |
| Binary | 11010001 | 10111100 | 11100111 | 1010 | 10011 | 0 | 1001 | 100001101 | 101111 | 1010010 |
Color Harmonies of #D1BCE7
Complementary color
Monochromatic Colors of #D1BCE7
Black with #D1BCE7
Text Example
Text Example
White with #D1BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCE7; }
p { color: rgb(209,188,231); }
H1.HeaderClassName
{
color: #D1BCE7;
}
.AnyTagClassName
{
color: #D1BCE7;
}
</style>
background-color css
<style>
a { background-color: #D1BCE7; }
a { background-color: rgb(209,188,231); }
div.DivClassName
{
background-color: #D1BCE7;
}
.BgClassName
{
background-color: #D1BCE7;
}
</style>
border-color css
<style>
span { border-color: #D1BCE7; }
span { border-color: rgb(209,188,231); }
td.TdClassName
{
border-color: #D1BCE7;
}
.TagClassName
{
border-color: #D1BCE7;
}
</style>