Shades of Mauve #D2B7FD
Tints of Mauve #D2B7FD
RGB
CMYK
RGB Variations
Color information
#D2B7FD (or 0xD2B7FD) is known color: Mauve. HEX triplet: D2, B7 and FD. RGB value is (210,183,253). Sum of RGB (Red+Green+Blue) = 210+183+253=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7FD is #2D4802. Grayscale: #C6C6C6. Windows color (decimal): -2967555 or 16627666. OLE color: 16627666.
HSL color Cylindrical-coordinate representation of color #D2B7FD: hue angle of 263.14º 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 #D2B7FD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 183 | 253 | - |
CMYK | 0.17 | 0.28 | 0 | 0.01 |
HSL | 263.14º | 0.95% | 0.85% | - |
HSV(B) | 263.14º | 0.28% | 0.99% | - |
XYZ | 61.24 | 54.66 | 100.25 | - |
YUV | 199.05 | 158.45 | 135.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 183 | 253 | 0.17 | 0.28 | 0 | 0.01 | 263.14 | 0.95 | 0.85 |
Hex | D2 | B7 | FD | 11 | 1C | 0 | 1 | 107 | 5F | 55 |
Octal | 322 | 267 | 375 | 21 | 34 | 0 | 1 | 407 | 137 | 125 |
Binary | 11010010 | 10110111 | 11111101 | 10001 | 11100 | 0 | 1 | 100000111 | 1011111 | 1010101 |
Color Harmonies of #D2B7FD
Complementary color
Monochromatic Colors of #D2B7FD
Black with #D2B7FD
Text Example
Text Example
White with #D2B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7FD; }
p { color: rgb(210,183,253); }
H1.HeaderClassName
{
color: #D2B7FD;
}
.AnyTagClassName
{
color: #D2B7FD;
}
</style>
background-color css
<style>
a { background-color: #D2B7FD; }
a { background-color: rgb(210,183,253); }
div.DivClassName
{
background-color: #D2B7FD;
}
.BgClassName
{
background-color: #D2B7FD;
}
</style>
border-color css
<style>
span { border-color: #D2B7FD; }
span { border-color: rgb(210,183,253); }
td.TdClassName
{
border-color: #D2B7FD;
}
.TagClassName
{
border-color: #D2B7FD;
}
</style>