Shades of Fog #D3B5E9
Tints of Fog #D3B5E9
RGB
CMYK
RGB Variations
Color information
#D3B5E9 (or 0xD3B5E9) is known color: Fog. HEX triplet: D3, B5 and E9. RGB value is (211,181,233). Sum of RGB (Red+Green+Blue) = 211+181+233=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3B5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5E9 is #2C4A16. Grayscale: #C3C3C3. Windows color (decimal): -2902551 or 15316435. OLE color: 15316435.
HSL color Cylindrical-coordinate representation of color #D3B5E9: hue angle of 274.62º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3B5E9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 211 | 181 | 233 | - |
CMYK | 0.09 | 0.22 | 0 | 0.09 |
HSL | 274.62º | 0.54% | 0.81% | - |
HSV(B) | 274.62º | 0.22% | 0.91% | - |
XYZ | 58.1 | 52.78 | 84.22 | - |
YUV | 195.9 | 148.94 | 138.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 181 | 233 | 0.09 | 0.22 | 0 | 0.09 | 274.62 | 0.54 | 0.81 |
Hex | D3 | B5 | E9 | 9 | 16 | 0 | 9 | 113 | 36 | 51 |
Octal | 323 | 265 | 351 | 11 | 26 | 0 | 11 | 423 | 66 | 121 |
Binary | 11010011 | 10110101 | 11101001 | 1001 | 10110 | 0 | 1001 | 100010011 | 110110 | 1010001 |
Color Harmonies of #D3B5E9
Complementary color
Monochromatic Colors of #D3B5E9
Black with #D3B5E9
Text Example
Text Example
White with #D3B5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5E9; }
p { color: rgb(211,181,233); }
H1.HeaderClassName
{
color: #D3B5E9;
}
.AnyTagClassName
{
color: #D3B5E9;
}
</style>
background-color css
<style>
a { background-color: #D3B5E9; }
a { background-color: rgb(211,181,233); }
div.DivClassName
{
background-color: #D3B5E9;
}
.BgClassName
{
background-color: #D3B5E9;
}
</style>
border-color css
<style>
span { border-color: #D3B5E9; }
span { border-color: rgb(211,181,233); }
td.TdClassName
{
border-color: #D3B5E9;
}
.TagClassName
{
border-color: #D3B5E9;
}
</style>