Shades of Mauve #D5ADEE
Tints of Mauve #D5ADEE
RGB
CMYK
RGB Variations
Color information
#D5ADEE (or 0xD5ADEE) is known color: Mauve. HEX triplet: D5, AD and EE. RGB value is (213,173,238). Sum of RGB (Red+Green+Blue) = 213+173+238=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEE is #2A5211. Grayscale: #C0C0C0. Windows color (decimal): -2773522 or 15642069. OLE color: 15642069.
HSL color Cylindrical-coordinate representation of color #D5ADEE: hue angle of 276.92º degrees, saturation: 0.66, 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 #D5ADEE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 173 | 238 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 276.92º | 0.66% | 0.81% | - |
| HSV(B) | 276.92º | 0.27% | 0.93% | - |
| XYZ | 57.82 | 50.21 | 87.53 | - |
| YUV | 192.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 238 | 0.11 | 0.27 | 0 | 0.07 | 276.92 | 0.66 | 0.81 |
| Hex | D5 | AD | EE | B | 1B | 0 | 7 | 115 | 42 | 51 |
| Octal | 325 | 255 | 356 | 13 | 33 | 0 | 7 | 425 | 102 | 121 |
| Binary | 11010101 | 10101101 | 11101110 | 1011 | 11011 | 0 | 111 | 100010101 | 1000010 | 1010001 |
Color Harmonies of #D5ADEE
Complementary color
Monochromatic Colors of #D5ADEE
Black with #D5ADEE
Text Example
Text Example
White with #D5ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADEE; }
p { color: rgb(213,173,238); }
H1.HeaderClassName
{
color: #D5ADEE;
}
.AnyTagClassName
{
color: #D5ADEE;
}
</style>
background-color css
<style>
a { background-color: #D5ADEE; }
a { background-color: rgb(213,173,238); }
div.DivClassName
{
background-color: #D5ADEE;
}
.BgClassName
{
background-color: #D5ADEE;
}
</style>
border-color css
<style>
span { border-color: #D5ADEE; }
span { border-color: rgb(213,173,238); }
td.TdClassName
{
border-color: #D5ADEE;
}
.TagClassName
{
border-color: #D5ADEE;
}
</style>