Shades of Mauve #D6B5EF
Tints of Mauve #D6B5EF
RGB
CMYK
RGB Variations
Color information
#D6B5EF (or 0xD6B5EF) is known color: Mauve. HEX triplet: D6, B5 and EF. RGB value is (214,181,239). Sum of RGB (Red+Green+Blue) = 214+181+239=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5EF is #294A10. Grayscale: #C5C5C5. Windows color (decimal): -2705937 or 15709654. OLE color: 15709654.
HSL color Cylindrical-coordinate representation of color #D6B5EF: hue angle of 274.14º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B5EF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 181 | 239 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.06 |
| HSL | 274.14º | 0.64% | 0.82% | - |
| HSV(B) | 274.14º | 0.24% | 0.94% | - |
| XYZ | 59.84 | 53.58 | 88.85 | - |
| YUV | 197.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 239 | 0.10 | 0.24 | 0 | 0.06 | 274.14 | 0.64 | 0.82 |
| Hex | D6 | B5 | EF | A | 18 | 0 | 6 | 112 | 40 | 52 |
| Octal | 326 | 265 | 357 | 12 | 30 | 0 | 6 | 422 | 100 | 122 |
| Binary | 11010110 | 10110101 | 11101111 | 1010 | 11000 | 0 | 110 | 100010010 | 1000000 | 1010010 |
Color Harmonies of #D6B5EF
Complementary color
Monochromatic Colors of #D6B5EF
Black with #D6B5EF
Text Example
Text Example
White with #D6B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5EF; }
p { color: rgb(214,181,239); }
H1.HeaderClassName
{
color: #D6B5EF;
}
.AnyTagClassName
{
color: #D6B5EF;
}
</style>
background-color css
<style>
a { background-color: #D6B5EF; }
a { background-color: rgb(214,181,239); }
div.DivClassName
{
background-color: #D6B5EF;
}
.BgClassName
{
background-color: #D6B5EF;
}
</style>
border-color css
<style>
span { border-color: #D6B5EF; }
span { border-color: rgb(214,181,239); }
td.TdClassName
{
border-color: #D6B5EF;
}
.TagClassName
{
border-color: #D6B5EF;
}
</style>