Shades of Mauve #D4B4EE
Tints of Mauve #D4B4EE
RGB
CMYK
RGB Variations
Color information
#D4B4EE (or 0xD4B4EE) is known color: Mauve. HEX triplet: D4, B4 and EE. RGB value is (212,180,238). Sum of RGB (Red+Green+Blue) = 212+180+238=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4EE is #2B4B11. Grayscale: #C3C3C3. Windows color (decimal): -2837266 or 15643860. OLE color: 15643860.
HSL color Cylindrical-coordinate representation of color #D4B4EE: hue angle of 273.1º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B4EE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 180 | 238 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 273.1º | 0.63% | 0.82% | - |
| HSV(B) | 273.1º | 0.24% | 0.93% | - |
| XYZ | 58.91 | 52.81 | 87.98 | - |
| YUV | 196.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 238 | 0.11 | 0.24 | 0 | 0.07 | 273.1 | 0.63 | 0.82 |
| Hex | D4 | B4 | EE | B | 18 | 0 | 7 | 111 | 3F | 52 |
| Octal | 324 | 264 | 356 | 13 | 30 | 0 | 7 | 421 | 77 | 122 |
| Binary | 11010100 | 10110100 | 11101110 | 1011 | 11000 | 0 | 111 | 100010001 | 111111 | 1010010 |
Color Harmonies of #D4B4EE
Complementary color
Monochromatic Colors of #D4B4EE
Black with #D4B4EE
Text Example
Text Example
White with #D4B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4EE; }
p { color: rgb(212,180,238); }
H1.HeaderClassName
{
color: #D4B4EE;
}
.AnyTagClassName
{
color: #D4B4EE;
}
</style>
background-color css
<style>
a { background-color: #D4B4EE; }
a { background-color: rgb(212,180,238); }
div.DivClassName
{
background-color: #D4B4EE;
}
.BgClassName
{
background-color: #D4B4EE;
}
</style>
border-color css
<style>
span { border-color: #D4B4EE; }
span { border-color: rgb(212,180,238); }
td.TdClassName
{
border-color: #D4B4EE;
}
.TagClassName
{
border-color: #D4B4EE;
}
</style>