Shades of Mauve #D7B9FD
Tints of Mauve #D7B9FD
RGB
CMYK
RGB Variations
Color information
#D7B9FD (or 0xD7B9FD) is known color: Mauve. HEX triplet: D7, B9 and FD. RGB value is (215,185,253). Sum of RGB (Red+Green+Blue) = 215+185+253=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9FD is #284602. Grayscale: #C9C9C9. Windows color (decimal): -2639363 or 16628183. OLE color: 16628183.
HSL color Cylindrical-coordinate representation of color #D7B9FD: hue angle of 266.47º degrees, saturation: 0.94, 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 #D7B9FD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 185 | 253 | - |
CMYK | 0.15 | 0.27 | 0 | 0.01 |
HSL | 266.47º | 0.94% | 0.86% | - |
HSV(B) | 266.47º | 0.27% | 0.99% | - |
XYZ | 63.1 | 56.24 | 100.46 | - |
YUV | 201.72 | 156.94 | 137.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 185 | 253 | 0.15 | 0.27 | 0 | 0.01 | 266.47 | 0.94 | 0.86 |
Hex | D7 | B9 | FD | F | 1B | 0 | 1 | 10A | 5E | 56 |
Octal | 327 | 271 | 375 | 17 | 33 | 0 | 1 | 412 | 136 | 126 |
Binary | 11010111 | 10111001 | 11111101 | 1111 | 11011 | 0 | 1 | 100001010 | 1011110 | 1010110 |
Color Harmonies of #D7B9FD
Complementary color
Monochromatic Colors of #D7B9FD
Black with #D7B9FD
Text Example
Text Example
White with #D7B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9FD; }
p { color: rgb(215,185,253); }
H1.HeaderClassName
{
color: #D7B9FD;
}
.AnyTagClassName
{
color: #D7B9FD;
}
</style>
background-color css
<style>
a { background-color: #D7B9FD; }
a { background-color: rgb(215,185,253); }
div.DivClassName
{
background-color: #D7B9FD;
}
.BgClassName
{
background-color: #D7B9FD;
}
</style>
border-color css
<style>
span { border-color: #D7B9FD; }
span { border-color: rgb(215,185,253); }
td.TdClassName
{
border-color: #D7B9FD;
}
.TagClassName
{
border-color: #D7B9FD;
}
</style>