Shades of Mauve #D6B5F2
Tints of Mauve #D6B5F2
RGB
CMYK
RGB Variations
Color information
#D6B5F2 (or 0xD6B5F2) is known color: Mauve. HEX triplet: D6, B5 and F2. RGB value is (214,181,242). Sum of RGB (Red+Green+Blue) = 214+181+242=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6B5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5F2 is #294A0D. Grayscale: #C5C5C5. Windows color (decimal): -2705934 or 15906262. OLE color: 15906262.
HSL color Cylindrical-coordinate representation of color #D6B5F2: hue angle of 272.46º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B5F2 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 181 | 242 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.05 |
| HSL | 272.46º | 0.7% | 0.83% | - |
| HSV(B) | 272.46º | 0.25% | 0.95% | - |
| XYZ | 60.28 | 53.75 | 91.2 | - |
| YUV | 197.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 242 | 0.12 | 0.25 | 0 | 0.05 | 272.46 | 0.7 | 0.83 |
| Hex | D6 | B5 | F2 | C | 19 | 0 | 5 | 110 | 46 | 53 |
| Octal | 326 | 265 | 362 | 14 | 31 | 0 | 5 | 420 | 106 | 123 |
| Binary | 11010110 | 10110101 | 11110010 | 1100 | 11001 | 0 | 101 | 100010000 | 1000110 | 1010011 |
Color Harmonies of #D6B5F2
Complementary color
Monochromatic Colors of #D6B5F2
Black with #D6B5F2
Text Example
Text Example
White with #D6B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5F2; }
p { color: rgb(214,181,242); }
H1.HeaderClassName
{
color: #D6B5F2;
}
.AnyTagClassName
{
color: #D6B5F2;
}
</style>
background-color css
<style>
a { background-color: #D6B5F2; }
a { background-color: rgb(214,181,242); }
div.DivClassName
{
background-color: #D6B5F2;
}
.BgClassName
{
background-color: #D6B5F2;
}
</style>
border-color css
<style>
span { border-color: #D6B5F2; }
span { border-color: rgb(214,181,242); }
td.TdClassName
{
border-color: #D6B5F2;
}
.TagClassName
{
border-color: #D6B5F2;
}
</style>