Shades of Mauve #D0B5FC
Tints of Mauve #D0B5FC
RGB
CMYK
RGB Variations
Color information
#D0B5FC (or 0xD0B5FC) is known color: Mauve. HEX triplet: D0, B5 and FC. RGB value is (208,181,252). Sum of RGB (Red+Green+Blue) = 208+181+252=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5FC is #2F4A03. Grayscale: #C4C4C4. Windows color (decimal): -3099140 or 16561616. OLE color: 16561616.
HSL color Cylindrical-coordinate representation of color #D0B5FC: hue angle of 262.82º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0B5FC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 181 | 252 | - |
CMYK | 0.17 | 0.28 | 0 | 0.01 |
HSL | 262.82º | 0.92% | 0.85% | - |
HSV(B) | 262.82º | 0.28% | 0.99% | - |
XYZ | 60.11 | 53.49 | 99.25 | - |
YUV | 197.17 | 158.95 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 181 | 252 | 0.17 | 0.28 | 0 | 0.01 | 262.82 | 0.92 | 0.85 |
Hex | D0 | B5 | FC | 11 | 1C | 0 | 1 | 107 | 5C | 55 |
Octal | 320 | 265 | 374 | 21 | 34 | 0 | 1 | 407 | 134 | 125 |
Binary | 11010000 | 10110101 | 11111100 | 10001 | 11100 | 0 | 1 | 100000111 | 1011100 | 1010101 |
Color Harmonies of #D0B5FC
Complementary color
Monochromatic Colors of #D0B5FC
Black with #D0B5FC
Text Example
Text Example
White with #D0B5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5FC; }
p { color: rgb(208,181,252); }
H1.HeaderClassName
{
color: #D0B5FC;
}
.AnyTagClassName
{
color: #D0B5FC;
}
</style>
background-color css
<style>
a { background-color: #D0B5FC; }
a { background-color: rgb(208,181,252); }
div.DivClassName
{
background-color: #D0B5FC;
}
.BgClassName
{
background-color: #D0B5FC;
}
</style>
border-color css
<style>
span { border-color: #D0B5FC; }
span { border-color: rgb(208,181,252); }
td.TdClassName
{
border-color: #D0B5FC;
}
.TagClassName
{
border-color: #D0B5FC;
}
</style>