Shades of Mauve #D6B6ED
Tints of Mauve #D6B6ED
RGB
CMYK
RGB Variations
Color information
#D6B6ED (or 0xD6B6ED) is known color: Mauve. HEX triplet: D6, B6 and ED. RGB value is (214,182,237). Sum of RGB (Red+Green+Blue) = 214+182+237=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B6ED is #294912. Grayscale: #C5C5C5. Windows color (decimal): -2705683 or 15578838. OLE color: 15578838.
HSL color Cylindrical-coordinate representation of color #D6B6ED: hue angle of 274.91º 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 #D6B6ED is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 182 | 237 | - |
CMYK | 0.10 | 0.23 | 0 | 0.07 |
HSL | 274.91º | 0.6% | 0.82% | - |
HSV(B) | 274.91º | 0.23% | 0.93% | - |
XYZ | 59.75 | 53.87 | 87.37 | - |
YUV | 197.84 | 150.1 | 139.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 182 | 237 | 0.10 | 0.23 | 0 | 0.07 | 274.91 | 0.6 | 0.82 |
Hex | D6 | B6 | ED | A | 17 | 0 | 7 | 113 | 3C | 52 |
Octal | 326 | 266 | 355 | 12 | 27 | 0 | 7 | 423 | 74 | 122 |
Binary | 11010110 | 10110110 | 11101101 | 1010 | 10111 | 0 | 111 | 100010011 | 111100 | 1010010 |
Color Harmonies of #D6B6ED
Complementary color
Monochromatic Colors of #D6B6ED
Black with #D6B6ED
Text Example
Text Example
White with #D6B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B6ED; }
p { color: rgb(214,182,237); }
H1.HeaderClassName
{
color: #D6B6ED;
}
.AnyTagClassName
{
color: #D6B6ED;
}
</style>
background-color css
<style>
a { background-color: #D6B6ED; }
a { background-color: rgb(214,182,237); }
div.DivClassName
{
background-color: #D6B6ED;
}
.BgClassName
{
background-color: #D6B6ED;
}
</style>
border-color css
<style>
span { border-color: #D6B6ED; }
span { border-color: rgb(214,182,237); }
td.TdClassName
{
border-color: #D6B6ED;
}
.TagClassName
{
border-color: #D6B6ED;
}
</style>