Shades of Mauve #D7B5FD
Tints of Mauve #D7B5FD
RGB
CMYK
RGB Variations
Color information
#D7B5FD (or 0xD7B5FD) is known color: Mauve. HEX triplet: D7, B5 and FD. RGB value is (215,181,253). Sum of RGB (Red+Green+Blue) = 215+181+253=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5FD is #284A02. Grayscale: #C7C7C7. Windows color (decimal): -2640387 or 16627159. OLE color: 16627159.
HSL color Cylindrical-coordinate representation of color #D7B5FD: hue angle of 268.33º degrees, saturation: 0.95, 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 #D7B5FD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 181 | 253 | - |
CMYK | 0.15 | 0.28 | 0 | 0.01 |
HSL | 268.33º | 0.95% | 0.85% | - |
HSV(B) | 268.33º | 0.28% | 0.99% | - |
XYZ | 62.28 | 54.59 | 100.18 | - |
YUV | 199.37 | 158.26 | 139.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 181 | 253 | 0.15 | 0.28 | 0 | 0.01 | 268.33 | 0.95 | 0.85 |
Hex | D7 | B5 | FD | F | 1C | 0 | 1 | 10C | 5F | 55 |
Octal | 327 | 265 | 375 | 17 | 34 | 0 | 1 | 414 | 137 | 125 |
Binary | 11010111 | 10110101 | 11111101 | 1111 | 11100 | 0 | 1 | 100001100 | 1011111 | 1010101 |
Color Harmonies of #D7B5FD
Complementary color
Monochromatic Colors of #D7B5FD
Black with #D7B5FD
Text Example
Text Example
White with #D7B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5FD; }
p { color: rgb(215,181,253); }
H1.HeaderClassName
{
color: #D7B5FD;
}
.AnyTagClassName
{
color: #D7B5FD;
}
</style>
background-color css
<style>
a { background-color: #D7B5FD; }
a { background-color: rgb(215,181,253); }
div.DivClassName
{
background-color: #D7B5FD;
}
.BgClassName
{
background-color: #D7B5FD;
}
</style>
border-color css
<style>
span { border-color: #D7B5FD; }
span { border-color: rgb(215,181,253); }
td.TdClassName
{
border-color: #D7B5FD;
}
.TagClassName
{
border-color: #D7B5FD;
}
</style>