Shades of Mauve #D7B6ED
Tints of Mauve #D7B6ED
RGB
CMYK
RGB Variations
Color information
#D7B6ED (or 0xD7B6ED) is known color: Mauve. HEX triplet: D7, B6 and ED. RGB value is (215,182,237). Sum of RGB (Red+Green+Blue) = 215+182+237=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B6ED is #284912. Grayscale: #C5C5C5. Windows color (decimal): -2640147 or 15578839. OLE color: 15578839.
HSL color Cylindrical-coordinate representation of color #D7B6ED: hue angle of 276º degrees, saturation: 0.6, 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 #D7B6ED is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 182 | 237 | - |
CMYK | 0.09 | 0.23 | 0 | 0.07 |
HSL | 276º | 0.6% | 0.82% | - |
HSV(B) | 276º | 0.23% | 0.93% | - |
XYZ | 60.04 | 54.02 | 87.38 | - |
YUV | 198.14 | 149.93 | 140.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 182 | 237 | 0.09 | 0.23 | 0 | 0.07 | 276 | 0.6 | 0.82 |
Hex | D7 | B6 | ED | 9 | 17 | 0 | 7 | 114 | 3C | 52 |
Octal | 327 | 266 | 355 | 11 | 27 | 0 | 7 | 424 | 74 | 122 |
Binary | 11010111 | 10110110 | 11101101 | 1001 | 10111 | 0 | 111 | 100010100 | 111100 | 1010010 |
Color Harmonies of #D7B6ED
Complementary color
Monochromatic Colors of #D7B6ED
Black with #D7B6ED
Text Example
Text Example
White with #D7B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B6ED; }
p { color: rgb(215,182,237); }
H1.HeaderClassName
{
color: #D7B6ED;
}
.AnyTagClassName
{
color: #D7B6ED;
}
</style>
background-color css
<style>
a { background-color: #D7B6ED; }
a { background-color: rgb(215,182,237); }
div.DivClassName
{
background-color: #D7B6ED;
}
.BgClassName
{
background-color: #D7B6ED;
}
</style>
border-color css
<style>
span { border-color: #D7B6ED; }
span { border-color: rgb(215,182,237); }
td.TdClassName
{
border-color: #D7B6ED;
}
.TagClassName
{
border-color: #D7B6ED;
}
</style>