Shades of Fog #D3B5EC
Tints of Fog #D3B5EC
RGB
CMYK
RGB Variations
Color information
#D3B5EC (or 0xD3B5EC) is known color: Fog. HEX triplet: D3, B5 and EC. RGB value is (211,181,236). Sum of RGB (Red+Green+Blue) = 211+181+236=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5EC is #2C4A13. Grayscale: #C4C4C4. Windows color (decimal): -2902548 or 15513043. OLE color: 15513043.
HSL color Cylindrical-coordinate representation of color #D3B5EC: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3B5EC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 181 | 236 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.07 |
| HSL | 272.73º | 0.59% | 0.82% | - |
| HSV(B) | 272.73º | 0.23% | 0.93% | - |
| XYZ | 58.53 | 52.95 | 86.49 | - |
| YUV | 196.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 236 | 0.11 | 0.23 | 0 | 0.07 | 272.73 | 0.59 | 0.82 |
| Hex | D3 | B5 | EC | B | 17 | 0 | 7 | 111 | 3B | 52 |
| Octal | 323 | 265 | 354 | 13 | 27 | 0 | 7 | 421 | 73 | 122 |
| Binary | 11010011 | 10110101 | 11101100 | 1011 | 10111 | 0 | 111 | 100010001 | 111011 | 1010010 |
Color Harmonies of #D3B5EC
Complementary color
Monochromatic Colors of #D3B5EC
Black with #D3B5EC
Text Example
Text Example
White with #D3B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5EC; }
p { color: rgb(211,181,236); }
H1.HeaderClassName
{
color: #D3B5EC;
}
.AnyTagClassName
{
color: #D3B5EC;
}
</style>
background-color css
<style>
a { background-color: #D3B5EC; }
a { background-color: rgb(211,181,236); }
div.DivClassName
{
background-color: #D3B5EC;
}
.BgClassName
{
background-color: #D3B5EC;
}
</style>
border-color css
<style>
span { border-color: #D3B5EC; }
span { border-color: rgb(211,181,236); }
td.TdClassName
{
border-color: #D3B5EC;
}
.TagClassName
{
border-color: #D3B5EC;
}
</style>