Shades of Mauve #D4B3EE
Tints of Mauve #D4B3EE
RGB
CMYK
RGB Variations
Color information
#D4B3EE (or 0xD4B3EE) is known color: Mauve. HEX triplet: D4, B3 and EE. RGB value is (212,179,238). Sum of RGB (Red+Green+Blue) = 212+179+238=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3EE is #2B4C11. Grayscale: #C3C3C3. Windows color (decimal): -2837522 or 15643604. OLE color: 15643604.
HSL color Cylindrical-coordinate representation of color #D4B3EE: hue angle of 273.56º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B3EE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 179 | 238 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.07 |
| HSL | 273.56º | 0.63% | 0.82% | - |
| HSV(B) | 273.56º | 0.25% | 0.93% | - |
| XYZ | 58.7 | 52.41 | 87.91 | - |
| YUV | 195.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 238 | 0.11 | 0.25 | 0 | 0.07 | 273.56 | 0.63 | 0.82 |
| Hex | D4 | B3 | EE | B | 19 | 0 | 7 | 112 | 3F | 52 |
| Octal | 324 | 263 | 356 | 13 | 31 | 0 | 7 | 422 | 77 | 122 |
| Binary | 11010100 | 10110011 | 11101110 | 1011 | 11001 | 0 | 111 | 100010010 | 111111 | 1010010 |
Color Harmonies of #D4B3EE
Complementary color
Monochromatic Colors of #D4B3EE
Black with #D4B3EE
Text Example
Text Example
White with #D4B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3EE; }
p { color: rgb(212,179,238); }
H1.HeaderClassName
{
color: #D4B3EE;
}
.AnyTagClassName
{
color: #D4B3EE;
}
</style>
background-color css
<style>
a { background-color: #D4B3EE; }
a { background-color: rgb(212,179,238); }
div.DivClassName
{
background-color: #D4B3EE;
}
.BgClassName
{
background-color: #D4B3EE;
}
</style>
border-color css
<style>
span { border-color: #D4B3EE; }
span { border-color: rgb(212,179,238); }
td.TdClassName
{
border-color: #D4B3EE;
}
.TagClassName
{
border-color: #D4B3EE;
}
</style>