Shades of Mauve #D2B2EF
Tints of Mauve #D2B2EF
RGB
CMYK
RGB Variations
Color information
#D2B2EF (or 0xD2B2EF) is known color: Mauve. HEX triplet: D2, B2 and EF. RGB value is (210,178,239). Sum of RGB (Red+Green+Blue) = 210+178+239=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B2EF is #2D4D10. Grayscale: #C2C2C2. Windows color (decimal): -2968849 or 15708882. OLE color: 15708882.
HSL color Cylindrical-coordinate representation of color #D2B2EF: hue angle of 271.48º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2B2EF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 178 | 239 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.06 |
| HSL | 271.48º | 0.66% | 0.82% | - |
| HSV(B) | 271.48º | 0.26% | 0.94% | - |
| XYZ | 58.08 | 51.77 | 88.59 | - |
| YUV | 194.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 239 | 0.12 | 0.26 | 0 | 0.06 | 271.48 | 0.66 | 0.82 |
| Hex | D2 | B2 | EF | C | 1A | 0 | 6 | 10F | 42 | 52 |
| Octal | 322 | 262 | 357 | 14 | 32 | 0 | 6 | 417 | 102 | 122 |
| Binary | 11010010 | 10110010 | 11101111 | 1100 | 11010 | 0 | 110 | 100001111 | 1000010 | 1010010 |
Color Harmonies of #D2B2EF
Complementary color
Monochromatic Colors of #D2B2EF
Black with #D2B2EF
Text Example
Text Example
White with #D2B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2EF; }
p { color: rgb(210,178,239); }
H1.HeaderClassName
{
color: #D2B2EF;
}
.AnyTagClassName
{
color: #D2B2EF;
}
</style>
background-color css
<style>
a { background-color: #D2B2EF; }
a { background-color: rgb(210,178,239); }
div.DivClassName
{
background-color: #D2B2EF;
}
.BgClassName
{
background-color: #D2B2EF;
}
</style>
border-color css
<style>
span { border-color: #D2B2EF; }
span { border-color: rgb(210,178,239); }
td.TdClassName
{
border-color: #D2B2EF;
}
.TagClassName
{
border-color: #D2B2EF;
}
</style>