Shades of Mauve #D2B4FE
Tints of Mauve #D2B4FE
RGB
CMYK
RGB Variations
Color information
#D2B4FE (or 0xD2B4FE) is known color: Mauve. HEX triplet: D2, B4 and FE. RGB value is (210,180,254). Sum of RGB (Red+Green+Blue) = 210+180+254=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B4FE is #2D4B01. Grayscale: #C5C5C5. Windows color (decimal): -2968322 or 16692434. OLE color: 16692434.
HSL color Cylindrical-coordinate representation of color #D2B4FE: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B4FE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 180 | 254 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.00 |
| HSL | 264.32º | 0.97% | 0.85% | - |
| HSV(B) | 264.32º | 0.29% | 1% | - |
| XYZ | 60.79 | 53.5 | 100.89 | - |
| YUV | 197.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 254 | 0.17 | 0.29 | 0 | 0.00 | 264.32 | 0.97 | 0.85 |
| Hex | D2 | B4 | FE | 11 | 1D | 0 | 0 | 108 | 61 | 55 |
| Octal | 322 | 264 | 376 | 21 | 35 | 0 | 0 | 410 | 141 | 125 |
| Binary | 11010010 | 10110100 | 11111110 | 10001 | 11101 | 0 | 0 | 100001000 | 1100001 | 1010101 |
Color Harmonies of #D2B4FE
Complementary color
Monochromatic Colors of #D2B4FE
Black with #D2B4FE
Text Example
Text Example
White with #D2B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B4FE; }
p { color: rgb(210,180,254); }
H1.HeaderClassName
{
color: #D2B4FE;
}
.AnyTagClassName
{
color: #D2B4FE;
}
</style>
background-color css
<style>
a { background-color: #D2B4FE; }
a { background-color: rgb(210,180,254); }
div.DivClassName
{
background-color: #D2B4FE;
}
.BgClassName
{
background-color: #D2B4FE;
}
</style>
border-color css
<style>
span { border-color: #D2B4FE; }
span { border-color: rgb(210,180,254); }
td.TdClassName
{
border-color: #D2B4FE;
}
.TagClassName
{
border-color: #D2B4FE;
}
</style>