Shades of Fog #D3B5ED
Tints of Fog #D3B5ED
RGB
CMYK
RGB Variations
Color information
#D3B5ED (or 0xD3B5ED) is known color: Fog. HEX triplet: D3, B5 and ED. RGB value is (211,181,237). Sum of RGB (Red+Green+Blue) = 211+181+237=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5ED is #2C4A12. Grayscale: #C4C4C4. Windows color (decimal): -2902547 or 15578579. OLE color: 15578579.
HSL color Cylindrical-coordinate representation of color #D3B5ED: hue angle of 272.14º degrees, saturation: 0.61, 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 #D3B5ED is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 181 | 237 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 272.14º | 0.61% | 0.82% | - |
| HSV(B) | 272.14º | 0.24% | 0.93% | - |
| XYZ | 58.67 | 53.01 | 87.26 | - |
| YUV | 196.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 237 | 0.11 | 0.24 | 0 | 0.07 | 272.14 | 0.61 | 0.82 |
| Hex | D3 | B5 | ED | B | 18 | 0 | 7 | 110 | 3D | 52 |
| Octal | 323 | 265 | 355 | 13 | 30 | 0 | 7 | 420 | 75 | 122 |
| Binary | 11010011 | 10110101 | 11101101 | 1011 | 11000 | 0 | 111 | 100010000 | 111101 | 1010010 |
Color Harmonies of #D3B5ED
Complementary color
Monochromatic Colors of #D3B5ED
Black with #D3B5ED
Text Example
Text Example
White with #D3B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5ED; }
p { color: rgb(211,181,237); }
H1.HeaderClassName
{
color: #D3B5ED;
}
.AnyTagClassName
{
color: #D3B5ED;
}
</style>
background-color css
<style>
a { background-color: #D3B5ED; }
a { background-color: rgb(211,181,237); }
div.DivClassName
{
background-color: #D3B5ED;
}
.BgClassName
{
background-color: #D3B5ED;
}
</style>
border-color css
<style>
span { border-color: #D3B5ED; }
span { border-color: rgb(211,181,237); }
td.TdClassName
{
border-color: #D3B5ED;
}
.TagClassName
{
border-color: #D3B5ED;
}
</style>