Shades of Mauve #D2B0FE
Tints of Mauve #D2B0FE
RGB
CMYK
RGB Variations
Color information
#D2B0FE (or 0xD2B0FE) is known color: Mauve. HEX triplet: D2, B0 and FE. RGB value is (210,176,254). Sum of RGB (Red+Green+Blue) = 210+176+254=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0FE is #2D4F01. Grayscale: #C2C2C2. Windows color (decimal): -2969346 or 16691410. OLE color: 16691410.
HSL color Cylindrical-coordinate representation of color #D2B0FE: hue angle of 266.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B0FE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 176 | 254 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.00 |
| HSL | 266.15º | 0.98% | 0.84% | - |
| HSV(B) | 266.15º | 0.31% | 1% | - |
| XYZ | 59.99 | 51.91 | 100.62 | - |
| YUV | 195.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 254 | 0.17 | 0.31 | 0 | 0.00 | 266.15 | 0.98 | 0.84 |
| Hex | D2 | B0 | FE | 11 | 1F | 0 | 0 | 10A | 62 | 54 |
| Octal | 322 | 260 | 376 | 21 | 37 | 0 | 0 | 412 | 142 | 124 |
| Binary | 11010010 | 10110000 | 11111110 | 10001 | 11111 | 0 | 0 | 100001010 | 1100010 | 1010100 |
Color Harmonies of #D2B0FE
Complementary color
Monochromatic Colors of #D2B0FE
Black with #D2B0FE
Text Example
Text Example
White with #D2B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0FE; }
p { color: rgb(210,176,254); }
H1.HeaderClassName
{
color: #D2B0FE;
}
.AnyTagClassName
{
color: #D2B0FE;
}
</style>
background-color css
<style>
a { background-color: #D2B0FE; }
a { background-color: rgb(210,176,254); }
div.DivClassName
{
background-color: #D2B0FE;
}
.BgClassName
{
background-color: #D2B0FE;
}
</style>
border-color css
<style>
span { border-color: #D2B0FE; }
span { border-color: rgb(210,176,254); }
td.TdClassName
{
border-color: #D2B0FE;
}
.TagClassName
{
border-color: #D2B0FE;
}
</style>