Shades of Mauve #D6B0FD
Tints of Mauve #D6B0FD
RGB
CMYK
RGB Variations
Color information
#D6B0FD (or 0xD6B0FD) is known color: Mauve. HEX triplet: D6, B0 and FD. RGB value is (214,176,253). Sum of RGB (Red+Green+Blue) = 214+176+253=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0FD is #294F02. Grayscale: #C3C3C3. Windows color (decimal): -2707203 or 16625878. OLE color: 16625878.
HSL color Cylindrical-coordinate representation of color #D6B0FD: hue angle of 269.61º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B0FD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 176 | 253 | - |
CMYK | 0.15 | 0.30 | 0 | 0.01 |
HSL | 269.61º | 0.95% | 0.84% | - |
HSV(B) | 269.61º | 0.3% | 0.99% | - |
XYZ | 60.99 | 52.44 | 99.84 | - |
YUV | 196.14 | 160.09 | 140.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 176 | 253 | 0.15 | 0.30 | 0 | 0.01 | 269.61 | 0.95 | 0.84 |
Hex | D6 | B0 | FD | F | 1E | 0 | 1 | 10E | 5F | 54 |
Octal | 326 | 260 | 375 | 17 | 36 | 0 | 1 | 416 | 137 | 124 |
Binary | 11010110 | 10110000 | 11111101 | 1111 | 11110 | 0 | 1 | 100001110 | 1011111 | 1010100 |
Color Harmonies of #D6B0FD
Complementary color
Monochromatic Colors of #D6B0FD
Black with #D6B0FD
Text Example
Text Example
White with #D6B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0FD; }
p { color: rgb(214,176,253); }
H1.HeaderClassName
{
color: #D6B0FD;
}
.AnyTagClassName
{
color: #D6B0FD;
}
</style>
background-color css
<style>
a { background-color: #D6B0FD; }
a { background-color: rgb(214,176,253); }
div.DivClassName
{
background-color: #D6B0FD;
}
.BgClassName
{
background-color: #D6B0FD;
}
</style>
border-color css
<style>
span { border-color: #D6B0FD; }
span { border-color: rgb(214,176,253); }
td.TdClassName
{
border-color: #D6B0FD;
}
.TagClassName
{
border-color: #D6B0FD;
}
</style>