Shades of Mauve #D5ADEB
Tints of Mauve #D5ADEB
RGB
CMYK
RGB Variations
Color information
#D5ADEB (or 0xD5ADEB) is known color: Mauve. HEX triplet: D5, AD and EB. RGB value is (213,173,235). Sum of RGB (Red+Green+Blue) = 213+173+235=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEB is #2A5214. Grayscale: #BFBFBF. Windows color (decimal): -2773525 or 15445461. OLE color: 15445461.
HSL color Cylindrical-coordinate representation of color #D5ADEB: hue angle of 278.71º degrees, saturation: 0.61, 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 #D5ADEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 173 | 235 | - |
CMYK | 0.09 | 0.26 | 0 | 0.08 |
HSL | 278.71º | 0.61% | 0.8% | - |
HSV(B) | 278.71º | 0.26% | 0.92% | - |
XYZ | 57.38 | 50.03 | 85.23 | - |
YUV | 192.03 | 152.25 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 173 | 235 | 0.09 | 0.26 | 0 | 0.08 | 278.71 | 0.61 | 0.8 |
Hex | D5 | AD | EB | 9 | 1A | 0 | 8 | 117 | 3D | 50 |
Octal | 325 | 255 | 353 | 11 | 32 | 0 | 10 | 427 | 75 | 120 |
Binary | 11010101 | 10101101 | 11101011 | 1001 | 11010 | 0 | 1000 | 100010111 | 111101 | 1010000 |
Color Harmonies of #D5ADEB
Complementary color
Monochromatic Colors of #D5ADEB
Black with #D5ADEB
Text Example
Text Example
White with #D5ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADEB; }
p { color: rgb(213,173,235); }
H1.HeaderClassName
{
color: #D5ADEB;
}
.AnyTagClassName
{
color: #D5ADEB;
}
</style>
background-color css
<style>
a { background-color: #D5ADEB; }
a { background-color: rgb(213,173,235); }
div.DivClassName
{
background-color: #D5ADEB;
}
.BgClassName
{
background-color: #D5ADEB;
}
</style>
border-color css
<style>
span { border-color: #D5ADEB; }
span { border-color: rgb(213,173,235); }
td.TdClassName
{
border-color: #D5ADEB;
}
.TagClassName
{
border-color: #D5ADEB;
}
</style>