Shades of Fog #D1BCE5
Tints of Fog #D1BCE5
RGB
CMYK
RGB Variations
Color information
#D1BCE5 (or 0xD1BCE5) is known color: Fog. HEX triplet: D1, BC and E5. RGB value is (209,188,229). Sum of RGB (Red+Green+Blue) = 209+188+229=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCE5 is #2E431A. Grayscale: #C6C6C6. Windows color (decimal): -3031835 or 15056081. OLE color: 15056081.
HSL color Cylindrical-coordinate representation of color #D1BCE5: hue angle of 270.73º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BCE5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 188 | 229 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.10 |
| HSL | 270.73º | 0.44% | 0.82% | - |
| HSV(B) | 270.73º | 0.18% | 0.9% | - |
| XYZ | 58.42 | 55.18 | 81.7 | - |
| YUV | 198.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 229 | 0.09 | 0.18 | 0 | 0.10 | 270.73 | 0.44 | 0.82 |
| Hex | D1 | BC | E5 | 9 | 12 | 0 | A | 10F | 2C | 52 |
| Octal | 321 | 274 | 345 | 11 | 22 | 0 | 12 | 417 | 54 | 122 |
| Binary | 11010001 | 10111100 | 11100101 | 1001 | 10010 | 0 | 1010 | 100001111 | 101100 | 1010010 |
Color Harmonies of #D1BCE5
Complementary color
Monochromatic Colors of #D1BCE5
Black with #D1BCE5
Text Example
Text Example
White with #D1BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCE5; }
p { color: rgb(209,188,229); }
H1.HeaderClassName
{
color: #D1BCE5;
}
.AnyTagClassName
{
color: #D1BCE5;
}
</style>
background-color css
<style>
a { background-color: #D1BCE5; }
a { background-color: rgb(209,188,229); }
div.DivClassName
{
background-color: #D1BCE5;
}
.BgClassName
{
background-color: #D1BCE5;
}
</style>
border-color css
<style>
span { border-color: #D1BCE5; }
span { border-color: rgb(209,188,229); }
td.TdClassName
{
border-color: #D1BCE5;
}
.TagClassName
{
border-color: #D1BCE5;
}
</style>