Shades of Fog #D3BDE4
Tints of Fog #D3BDE4
RGB
CMYK
RGB Variations
Color information
#D3BDE4 (or 0xD3BDE4) is known color: Fog. HEX triplet: D3, BD and E4. RGB value is (211,189,228). Sum of RGB (Red+Green+Blue) = 211+189+228=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDE4 is #2C421B. Grayscale: #C7C7C7. Windows color (decimal): -2900508 or 14990803. OLE color: 14990803.
HSL color Cylindrical-coordinate representation of color #D3BDE4: hue angle of 273.85º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BDE4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 189 | 228 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.11 |
| HSL | 273.85º | 0.42% | 0.82% | - |
| HSV(B) | 273.85º | 0.17% | 0.89% | - |
| XYZ | 59.07 | 55.85 | 81.06 | - |
| YUV | 200.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 228 | 0.07 | 0.17 | 0 | 0.11 | 273.85 | 0.42 | 0.82 |
| Hex | D3 | BD | E4 | 7 | 11 | 0 | B | 112 | 2A | 52 |
| Octal | 323 | 275 | 344 | 7 | 21 | 0 | 13 | 422 | 52 | 122 |
| Binary | 11010011 | 10111101 | 11100100 | 111 | 10001 | 0 | 1011 | 100010010 | 101010 | 1010010 |
Color Harmonies of #D3BDE4
Complementary color
Monochromatic Colors of #D3BDE4
Black with #D3BDE4
Text Example
Text Example
White with #D3BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDE4; }
p { color: rgb(211,189,228); }
H1.HeaderClassName
{
color: #D3BDE4;
}
.AnyTagClassName
{
color: #D3BDE4;
}
</style>
background-color css
<style>
a { background-color: #D3BDE4; }
a { background-color: rgb(211,189,228); }
div.DivClassName
{
background-color: #D3BDE4;
}
.BgClassName
{
background-color: #D3BDE4;
}
</style>
border-color css
<style>
span { border-color: #D3BDE4; }
span { border-color: rgb(211,189,228); }
td.TdClassName
{
border-color: #D3BDE4;
}
.TagClassName
{
border-color: #D3BDE4;
}
</style>