Shades of Mauve #D7B0FD
Tints of Mauve #D7B0FD
RGB
CMYK
RGB Variations
Color information
#D7B0FD (or 0xD7B0FD) is known color: Mauve. HEX triplet: D7, B0 and FD. RGB value is (215,176,253). Sum of RGB (Red+Green+Blue) = 215+176+253=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B0FD is #284F02. Grayscale: #C4C4C4. Windows color (decimal): -2641667 or 16625879. OLE color: 16625879.
HSL color Cylindrical-coordinate representation of color #D7B0FD: hue angle of 270.39º 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 #D7B0FD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 176 | 253 | - |
CMYK | 0.15 | 0.30 | 0 | 0.01 |
HSL | 270.39º | 0.95% | 0.84% | - |
HSV(B) | 270.39º | 0.3% | 0.99% | - |
XYZ | 61.28 | 52.59 | 99.85 | - |
YUV | 196.44 | 159.92 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 176 | 253 | 0.15 | 0.30 | 0 | 0.01 | 270.39 | 0.95 | 0.84 |
Hex | D7 | B0 | FD | F | 1E | 0 | 1 | 10E | 5F | 54 |
Octal | 327 | 260 | 375 | 17 | 36 | 0 | 1 | 416 | 137 | 124 |
Binary | 11010111 | 10110000 | 11111101 | 1111 | 11110 | 0 | 1 | 100001110 | 1011111 | 1010100 |
Color Harmonies of #D7B0FD
Complementary color
Monochromatic Colors of #D7B0FD
Black with #D7B0FD
Text Example
Text Example
White with #D7B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0FD; }
p { color: rgb(215,176,253); }
H1.HeaderClassName
{
color: #D7B0FD;
}
.AnyTagClassName
{
color: #D7B0FD;
}
</style>
background-color css
<style>
a { background-color: #D7B0FD; }
a { background-color: rgb(215,176,253); }
div.DivClassName
{
background-color: #D7B0FD;
}
.BgClassName
{
background-color: #D7B0FD;
}
</style>
border-color css
<style>
span { border-color: #D7B0FD; }
span { border-color: rgb(215,176,253); }
td.TdClassName
{
border-color: #D7B0FD;
}
.TagClassName
{
border-color: #D7B0FD;
}
</style>