Shades of Fog #D3BDED
Tints of Fog #D3BDED
RGB
CMYK
RGB Variations
Color information
#D3BDED (or 0xD3BDED) is known color: Fog. HEX triplet: D3, BD and ED. RGB value is (211,189,237). Sum of RGB (Red+Green+Blue) = 211+189+237=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDED is #2C4212. Grayscale: #C8C8C8. Windows color (decimal): -2900499 or 15580627. OLE color: 15580627.
HSL color Cylindrical-coordinate representation of color #D3BDED: hue angle of 267.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3BDED is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 189 | 237 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.07 |
| HSL | 267.5º | 0.57% | 0.84% | - |
| HSV(B) | 267.5º | 0.2% | 0.93% | - |
| XYZ | 60.35 | 56.36 | 87.82 | - |
| YUV | 201.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 237 | 0.11 | 0.20 | 0 | 0.07 | 267.5 | 0.57 | 0.84 |
| Hex | D3 | BD | ED | B | 14 | 0 | 7 | 10C | 39 | 54 |
| Octal | 323 | 275 | 355 | 13 | 24 | 0 | 7 | 414 | 71 | 124 |
| Binary | 11010011 | 10111101 | 11101101 | 1011 | 10100 | 0 | 111 | 100001100 | 111001 | 1010100 |
Color Harmonies of #D3BDED
Complementary color
Monochromatic Colors of #D3BDED
Black with #D3BDED
Text Example
Text Example
White with #D3BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDED; }
p { color: rgb(211,189,237); }
H1.HeaderClassName
{
color: #D3BDED;
}
.AnyTagClassName
{
color: #D3BDED;
}
</style>
background-color css
<style>
a { background-color: #D3BDED; }
a { background-color: rgb(211,189,237); }
div.DivClassName
{
background-color: #D3BDED;
}
.BgClassName
{
background-color: #D3BDED;
}
</style>
border-color css
<style>
span { border-color: #D3BDED; }
span { border-color: rgb(211,189,237); }
td.TdClassName
{
border-color: #D3BDED;
}
.TagClassName
{
border-color: #D3BDED;
}
</style>