Shades of Mauve #D4AFEB
Tints of Mauve #D4AFEB
RGB
CMYK
RGB Variations
Color information
#D4AFEB (or 0xD4AFEB) is known color: Mauve. HEX triplet: D4, AF and EB. RGB value is (212,175,235). Sum of RGB (Red+Green+Blue) = 212+175+235=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEB is #2B5014. Grayscale: #C0C0C0. Windows color (decimal): -2838549 or 15445972. OLE color: 15445972.
HSL color Cylindrical-coordinate representation of color #D4AFEB: hue angle of 277º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AFEB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 175 | 235 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.08 |
| HSL | 277º | 0.6% | 0.8% | - |
| HSV(B) | 277º | 0.26% | 0.92% | - |
| XYZ | 57.48 | 50.66 | 85.35 | - |
| YUV | 192.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 235 | 0.10 | 0.26 | 0 | 0.08 | 277 | 0.6 | 0.8 |
| Hex | D4 | AF | EB | A | 1A | 0 | 8 | 115 | 3C | 50 |
| Octal | 324 | 257 | 353 | 12 | 32 | 0 | 10 | 425 | 74 | 120 |
| Binary | 11010100 | 10101111 | 11101011 | 1010 | 11010 | 0 | 1000 | 100010101 | 111100 | 1010000 |
Color Harmonies of #D4AFEB
Complementary color
Monochromatic Colors of #D4AFEB
Black with #D4AFEB
Text Example
Text Example
White with #D4AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFEB; }
p { color: rgb(212,175,235); }
H1.HeaderClassName
{
color: #D4AFEB;
}
.AnyTagClassName
{
color: #D4AFEB;
}
</style>
background-color css
<style>
a { background-color: #D4AFEB; }
a { background-color: rgb(212,175,235); }
div.DivClassName
{
background-color: #D4AFEB;
}
.BgClassName
{
background-color: #D4AFEB;
}
</style>
border-color css
<style>
span { border-color: #D4AFEB; }
span { border-color: rgb(212,175,235); }
td.TdClassName
{
border-color: #D4AFEB;
}
.TagClassName
{
border-color: #D4AFEB;
}
</style>