Shades of Fog #D3BCE5
Tints of Fog #D3BCE5
RGB
CMYK
RGB Variations
Color information
#D3BCE5 (or 0xD3BCE5) is known color: Fog. HEX triplet: D3, BC and E5. RGB value is (211,188,229). Sum of RGB (Red+Green+Blue) = 211+188+229=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCE5 is #2C431A. Grayscale: #C7C7C7. Windows color (decimal): -2900763 or 15056083. OLE color: 15056083.
HSL color Cylindrical-coordinate representation of color #D3BCE5: hue angle of 273.66º 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 #D3BCE5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 188 | 229 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.10 |
| HSL | 273.66º | 0.44% | 0.82% | - |
| HSV(B) | 273.66º | 0.18% | 0.9% | - |
| XYZ | 58.99 | 55.47 | 81.73 | - |
| YUV | 199.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 229 | 0.08 | 0.18 | 0 | 0.10 | 273.66 | 0.44 | 0.82 |
| Hex | D3 | BC | E5 | 8 | 12 | 0 | A | 112 | 2C | 52 |
| Octal | 323 | 274 | 345 | 10 | 22 | 0 | 12 | 422 | 54 | 122 |
| Binary | 11010011 | 10111100 | 11100101 | 1000 | 10010 | 0 | 1010 | 100010010 | 101100 | 1010010 |
Color Harmonies of #D3BCE5
Complementary color
Monochromatic Colors of #D3BCE5
Black with #D3BCE5
Text Example
Text Example
White with #D3BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCE5; }
p { color: rgb(211,188,229); }
H1.HeaderClassName
{
color: #D3BCE5;
}
.AnyTagClassName
{
color: #D3BCE5;
}
</style>
background-color css
<style>
a { background-color: #D3BCE5; }
a { background-color: rgb(211,188,229); }
div.DivClassName
{
background-color: #D3BCE5;
}
.BgClassName
{
background-color: #D3BCE5;
}
</style>
border-color css
<style>
span { border-color: #D3BCE5; }
span { border-color: rgb(211,188,229); }
td.TdClassName
{
border-color: #D3BCE5;
}
.TagClassName
{
border-color: #D3BCE5;
}
</style>