Shades of Mauve #D6B8FD
Tints of Mauve #D6B8FD
RGB
CMYK
RGB Variations
Color information
#D6B8FD (or 0xD6B8FD) is known color: Mauve. HEX triplet: D6, B8 and FD. RGB value is (214,184,253). Sum of RGB (Red+Green+Blue) = 214+184+253=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B8FD is #294702. Grayscale: #C8C8C8. Windows color (decimal): -2705155 or 16627926. OLE color: 16627926.
HSL color Cylindrical-coordinate representation of color #D6B8FD: hue angle of 266.09º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B8FD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 184 | 253 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.01 |
| HSL | 266.09º | 0.95% | 0.86% | - |
| HSV(B) | 266.09º | 0.27% | 0.99% | - |
| XYZ | 62.6 | 55.67 | 100.37 | - |
| YUV | 200.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 253 | 0.15 | 0.27 | 0 | 0.01 | 266.09 | 0.95 | 0.86 |
| Hex | D6 | B8 | FD | F | 1B | 0 | 1 | 10A | 5F | 56 |
| Octal | 326 | 270 | 375 | 17 | 33 | 0 | 1 | 412 | 137 | 126 |
| Binary | 11010110 | 10111000 | 11111101 | 1111 | 11011 | 0 | 1 | 100001010 | 1011111 | 1010110 |
Color Harmonies of #D6B8FD
Complementary color
Monochromatic Colors of #D6B8FD
Black with #D6B8FD
Text Example
Text Example
White with #D6B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B8FD; }
p { color: rgb(214,184,253); }
H1.HeaderClassName
{
color: #D6B8FD;
}
.AnyTagClassName
{
color: #D6B8FD;
}
</style>
background-color css
<style>
a { background-color: #D6B8FD; }
a { background-color: rgb(214,184,253); }
div.DivClassName
{
background-color: #D6B8FD;
}
.BgClassName
{
background-color: #D6B8FD;
}
</style>
border-color css
<style>
span { border-color: #D6B8FD; }
span { border-color: rgb(214,184,253); }
td.TdClassName
{
border-color: #D6B8FD;
}
.TagClassName
{
border-color: #D6B8FD;
}
</style>