Shades of Fog #D3B5EE
Tints of Fog #D3B5EE
RGB
CMYK
RGB Variations
Color information
#D3B5EE (or 0xD3B5EE) is known color: Fog. HEX triplet: D3, B5 and EE. RGB value is (211,181,238). Sum of RGB (Red+Green+Blue) = 211+181+238=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5EE is #2C4A11. Grayscale: #C4C4C4. Windows color (decimal): -2902546 or 15644115. OLE color: 15644115.
HSL color Cylindrical-coordinate representation of color #D3B5EE: hue angle of 271.58º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3B5EE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 181 | 238 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 271.58º | 0.63% | 0.82% | - |
| HSV(B) | 271.58º | 0.24% | 0.93% | - |
| XYZ | 58.82 | 53.07 | 88.03 | - |
| YUV | 196.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 238 | 0.11 | 0.24 | 0 | 0.07 | 271.58 | 0.63 | 0.82 |
| Hex | D3 | B5 | EE | B | 18 | 0 | 7 | 110 | 3F | 52 |
| Octal | 323 | 265 | 356 | 13 | 30 | 0 | 7 | 420 | 77 | 122 |
| Binary | 11010011 | 10110101 | 11101110 | 1011 | 11000 | 0 | 111 | 100010000 | 111111 | 1010010 |
Color Harmonies of #D3B5EE
Complementary color
Monochromatic Colors of #D3B5EE
Black with #D3B5EE
Text Example
Text Example
White with #D3B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5EE; }
p { color: rgb(211,181,238); }
H1.HeaderClassName
{
color: #D3B5EE;
}
.AnyTagClassName
{
color: #D3B5EE;
}
</style>
background-color css
<style>
a { background-color: #D3B5EE; }
a { background-color: rgb(211,181,238); }
div.DivClassName
{
background-color: #D3B5EE;
}
.BgClassName
{
background-color: #D3B5EE;
}
</style>
border-color css
<style>
span { border-color: #D3B5EE; }
span { border-color: rgb(211,181,238); }
td.TdClassName
{
border-color: #D3B5EE;
}
.TagClassName
{
border-color: #D3B5EE;
}
</style>