Shades of Fog #D3BCE3
Tints of Fog #D3BCE3
RGB
CMYK
RGB Variations
Color information
#D3BCE3 (or 0xD3BCE3) is known color: Fog. HEX triplet: D3, BC and E3. RGB value is (211,188,227). Sum of RGB (Red+Green+Blue) = 211+188+227=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #D3BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCE3 is #2C431C. Grayscale: #C7C7C7. Windows color (decimal): -2900765 or 14925011. OLE color: 14925011.
HSL color Cylindrical-coordinate representation of color #D3BCE3: hue angle of 275.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BCE3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 188 | 227 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.11 |
| HSL | 275.38º | 0.41% | 0.81% | - |
| HSV(B) | 275.38º | 0.17% | 0.89% | - |
| XYZ | 58.71 | 55.36 | 80.26 | - |
| YUV | 199.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 227 | 0.07 | 0.17 | 0 | 0.11 | 275.38 | 0.41 | 0.81 |
| Hex | D3 | BC | E3 | 7 | 11 | 0 | B | 113 | 29 | 51 |
| Octal | 323 | 274 | 343 | 7 | 21 | 0 | 13 | 423 | 51 | 121 |
| Binary | 11010011 | 10111100 | 11100011 | 111 | 10001 | 0 | 1011 | 100010011 | 101001 | 1010001 |
Color Harmonies of #D3BCE3
Complementary color
Monochromatic Colors of #D3BCE3
Black with #D3BCE3
Text Example
Text Example
White with #D3BCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCE3; }
p { color: rgb(211,188,227); }
H1.HeaderClassName
{
color: #D3BCE3;
}
.AnyTagClassName
{
color: #D3BCE3;
}
</style>
background-color css
<style>
a { background-color: #D3BCE3; }
a { background-color: rgb(211,188,227); }
div.DivClassName
{
background-color: #D3BCE3;
}
.BgClassName
{
background-color: #D3BCE3;
}
</style>
border-color css
<style>
span { border-color: #D3BCE3; }
span { border-color: rgb(211,188,227); }
td.TdClassName
{
border-color: #D3BCE3;
}
.TagClassName
{
border-color: #D3BCE3;
}
</style>