Shades of Mauve #D4A8FF
Tints of Mauve #D4A8FF
RGB
CMYK
RGB Variations
Color information
#D4A8FF (or 0xD4A8FF) is known color: Mauve. HEX triplet: D4, A8 and FF. RGB value is (212,168,255). Sum of RGB (Red+Green+Blue) = 212+168+255=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FF is #2B5700. Grayscale: #BEBEBE. Windows color (decimal): -2840321 or 16754900. OLE color: 16754900.
HSL color Cylindrical-coordinate representation of color #D4A8FF: hue angle of 270.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A8FF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 168 | 255 | - |
CMYK | 0.17 | 0.34 | 0 | 0 |
HSL | 270.34º | 1% | 0.83% | - |
HSV(B) | 270.34º | 0.34% | 1% | - |
XYZ | 59.2 | 49.22 | 100.99 | - |
YUV | 191.07 | 164.08 | 142.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 255 | 0.17 | 0.34 | 0 | 0 | 270.34 | 1 | 0.83 |
Hex | D4 | A8 | FF | 11 | 22 | 0 | 0 | 10E | 64 | 53 |
Octal | 324 | 250 | 377 | 21 | 42 | 0 | 0 | 416 | 144 | 123 |
Binary | 11010100 | 10101000 | 11111111 | 10001 | 100010 | 0 | 0 | 100001110 | 1100100 | 1010011 |
Color Harmonies of #D4A8FF
Complementary color
Monochromatic Colors of #D4A8FF
Black with #D4A8FF
Text Example
Text Example
White with #D4A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8FF; }
p { color: rgb(212,168,255); }
H1.HeaderClassName
{
color: #D4A8FF;
}
.AnyTagClassName
{
color: #D4A8FF;
}
</style>
background-color css
<style>
a { background-color: #D4A8FF; }
a { background-color: rgb(212,168,255); }
div.DivClassName
{
background-color: #D4A8FF;
}
.BgClassName
{
background-color: #D4A8FF;
}
</style>
border-color css
<style>
span { border-color: #D4A8FF; }
span { border-color: rgb(212,168,255); }
td.TdClassName
{
border-color: #D4A8FF;
}
.TagClassName
{
border-color: #D4A8FF;
}
</style>