Shades of Mauve #D5AEED
Tints of Mauve #D5AEED
RGB
CMYK
RGB Variations
Color information
#D5AEED (or 0xD5AEED) is known color: Mauve. HEX triplet: D5, AE and ED. RGB value is (213,174,237). Sum of RGB (Red+Green+Blue) = 213+174+237=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEED is #2A5112. Grayscale: #C0C0C0. Windows color (decimal): -2773267 or 15576789. OLE color: 15576789.
HSL color Cylindrical-coordinate representation of color #D5AEED: hue angle of 277.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AEED is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 174 | 237 | - |
CMYK | 0.10 | 0.27 | 0 | 0.07 |
HSL | 277.14º | 0.64% | 0.81% | - |
HSV(B) | 277.14º | 0.27% | 0.93% | - |
XYZ | 57.86 | 50.53 | 86.82 | - |
YUV | 192.84 | 152.92 | 142.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 174 | 237 | 0.10 | 0.27 | 0 | 0.07 | 277.14 | 0.64 | 0.81 |
Hex | D5 | AE | ED | A | 1B | 0 | 7 | 115 | 40 | 51 |
Octal | 325 | 256 | 355 | 12 | 33 | 0 | 7 | 425 | 100 | 121 |
Binary | 11010101 | 10101110 | 11101101 | 1010 | 11011 | 0 | 111 | 100010101 | 1000000 | 1010001 |
Color Harmonies of #D5AEED
Complementary color
Monochromatic Colors of #D5AEED
Black with #D5AEED
Text Example
Text Example
White with #D5AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEED; }
p { color: rgb(213,174,237); }
H1.HeaderClassName
{
color: #D5AEED;
}
.AnyTagClassName
{
color: #D5AEED;
}
</style>
background-color css
<style>
a { background-color: #D5AEED; }
a { background-color: rgb(213,174,237); }
div.DivClassName
{
background-color: #D5AEED;
}
.BgClassName
{
background-color: #D5AEED;
}
</style>
border-color css
<style>
span { border-color: #D5AEED; }
span { border-color: rgb(213,174,237); }
td.TdClassName
{
border-color: #D5AEED;
}
.TagClassName
{
border-color: #D5AEED;
}
</style>