Shades of Mauve #D6B6FD
Tints of Mauve #D6B6FD
RGB
CMYK
RGB Variations
Color information
#D6B6FD (or 0xD6B6FD) is known color: Mauve. HEX triplet: D6, B6 and FD. RGB value is (214,182,253). Sum of RGB (Red+Green+Blue) = 214+182+253=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B6FD is #294902. Grayscale: #C7C7C7. Windows color (decimal): -2705667 or 16627414. OLE color: 16627414.
HSL color Cylindrical-coordinate representation of color #D6B6FD: hue angle of 267.04º 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 #D6B6FD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 182 | 253 | - |
CMYK | 0.15 | 0.28 | 0 | 0.01 |
HSL | 267.04º | 0.95% | 0.85% | - |
HSV(B) | 267.04º | 0.28% | 0.99% | - |
XYZ | 62.19 | 54.84 | 100.24 | - |
YUV | 199.66 | 158.1 | 138.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 182 | 253 | 0.15 | 0.28 | 0 | 0.01 | 267.04 | 0.95 | 0.85 |
Hex | D6 | B6 | FD | F | 1C | 0 | 1 | 10B | 5F | 55 |
Octal | 326 | 266 | 375 | 17 | 34 | 0 | 1 | 413 | 137 | 125 |
Binary | 11010110 | 10110110 | 11111101 | 1111 | 11100 | 0 | 1 | 100001011 | 1011111 | 1010101 |
Color Harmonies of #D6B6FD
Complementary color
Monochromatic Colors of #D6B6FD
Black with #D6B6FD
Text Example
Text Example
White with #D6B6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B6FD; }
p { color: rgb(214,182,253); }
H1.HeaderClassName
{
color: #D6B6FD;
}
.AnyTagClassName
{
color: #D6B6FD;
}
</style>
background-color css
<style>
a { background-color: #D6B6FD; }
a { background-color: rgb(214,182,253); }
div.DivClassName
{
background-color: #D6B6FD;
}
.BgClassName
{
background-color: #D6B6FD;
}
</style>
border-color css
<style>
span { border-color: #D6B6FD; }
span { border-color: rgb(214,182,253); }
td.TdClassName
{
border-color: #D6B6FD;
}
.TagClassName
{
border-color: #D6B6FD;
}
</style>