Shades of Fog #D1BCE6
Tints of Fog #D1BCE6
RGB
CMYK
RGB Variations
Color information
#D1BCE6 (or 0xD1BCE6) is known color: Fog. HEX triplet: D1, BC and E6. RGB value is (209,188,230). Sum of RGB (Red+Green+Blue) = 209+188+230=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCE6 is #2E4319. Grayscale: #C6C6C6. Windows color (decimal): -3031834 or 15121617. OLE color: 15121617.
HSL color Cylindrical-coordinate representation of color #D1BCE6: hue angle of 270º degrees, saturation: 0.46, 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 #D1BCE6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 188 | 230 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.10 |
| HSL | 270º | 0.46% | 0.82% | - |
| HSV(B) | 270º | 0.18% | 0.9% | - |
| XYZ | 58.56 | 55.23 | 82.44 | - |
| YUV | 199.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 230 | 0.09 | 0.18 | 0 | 0.10 | 270 | 0.46 | 0.82 |
| Hex | D1 | BC | E6 | 9 | 12 | 0 | A | 10E | 2E | 52 |
| Octal | 321 | 274 | 346 | 11 | 22 | 0 | 12 | 416 | 56 | 122 |
| Binary | 11010001 | 10111100 | 11100110 | 1001 | 10010 | 0 | 1010 | 100001110 | 101110 | 1010010 |
Color Harmonies of #D1BCE6
Complementary color
Monochromatic Colors of #D1BCE6
Black with #D1BCE6
Text Example
Text Example
White with #D1BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCE6; }
p { color: rgb(209,188,230); }
H1.HeaderClassName
{
color: #D1BCE6;
}
.AnyTagClassName
{
color: #D1BCE6;
}
</style>
background-color css
<style>
a { background-color: #D1BCE6; }
a { background-color: rgb(209,188,230); }
div.DivClassName
{
background-color: #D1BCE6;
}
.BgClassName
{
background-color: #D1BCE6;
}
</style>
border-color css
<style>
span { border-color: #D1BCE6; }
span { border-color: rgb(209,188,230); }
td.TdClassName
{
border-color: #D1BCE6;
}
.TagClassName
{
border-color: #D1BCE6;
}
</style>