Shades of Mauve #D4B4FA
Tints of Mauve #D4B4FA
RGB
CMYK
RGB Variations
Color information
#D4B4FA (or 0xD4B4FA) is known color: Mauve. HEX triplet: D4, B4 and FA. RGB value is (212,180,250). Sum of RGB (Red+Green+Blue) = 212+180+250=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4FA is #2B4B05. Grayscale: #C5C5C5. Windows color (decimal): -2837254 or 16430292. OLE color: 16430292.
HSL color Cylindrical-coordinate representation of color #D4B4FA: hue angle of 267.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4B4FA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 180 | 250 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.02 |
| HSL | 267.43º | 0.88% | 0.84% | - |
| HSV(B) | 267.43º | 0.28% | 0.98% | - |
| XYZ | 60.73 | 53.54 | 97.58 | - |
| YUV | 197.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 250 | 0.15 | 0.28 | 0 | 0.02 | 267.43 | 0.88 | 0.84 |
| Hex | D4 | B4 | FA | F | 1C | 0 | 2 | 10B | 58 | 54 |
| Octal | 324 | 264 | 372 | 17 | 34 | 0 | 2 | 413 | 130 | 124 |
| Binary | 11010100 | 10110100 | 11111010 | 1111 | 11100 | 0 | 10 | 100001011 | 1011000 | 1010100 |
Color Harmonies of #D4B4FA
Complementary color
Monochromatic Colors of #D4B4FA
Black with #D4B4FA
Text Example
Text Example
White with #D4B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4FA; }
p { color: rgb(212,180,250); }
H1.HeaderClassName
{
color: #D4B4FA;
}
.AnyTagClassName
{
color: #D4B4FA;
}
</style>
background-color css
<style>
a { background-color: #D4B4FA; }
a { background-color: rgb(212,180,250); }
div.DivClassName
{
background-color: #D4B4FA;
}
.BgClassName
{
background-color: #D4B4FA;
}
</style>
border-color css
<style>
span { border-color: #D4B4FA; }
span { border-color: rgb(212,180,250); }
td.TdClassName
{
border-color: #D4B4FA;
}
.TagClassName
{
border-color: #D4B4FA;
}
</style>