Shades of Mauve #D5ADEF
Tints of Mauve #D5ADEF
RGB
CMYK
RGB Variations
Color information
#D5ADEF (or 0xD5ADEF) is known color: Mauve. HEX triplet: D5, AD and EF. RGB value is (213,173,239). Sum of RGB (Red+Green+Blue) = 213+173+239=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEF is #2A5210. Grayscale: #C0C0C0. Windows color (decimal): -2773521 or 15707605. OLE color: 15707605.
HSL color Cylindrical-coordinate representation of color #D5ADEF: hue angle of 276.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ADEF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 173 | 239 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.06 |
| HSL | 276.36º | 0.67% | 0.81% | - |
| HSV(B) | 276.36º | 0.28% | 0.94% | - |
| XYZ | 57.96 | 50.27 | 88.31 | - |
| YUV | 192.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 239 | 0.11 | 0.28 | 0 | 0.06 | 276.36 | 0.67 | 0.81 |
| Hex | D5 | AD | EF | B | 1C | 0 | 6 | 114 | 43 | 51 |
| Octal | 325 | 255 | 357 | 13 | 34 | 0 | 6 | 424 | 103 | 121 |
| Binary | 11010101 | 10101101 | 11101111 | 1011 | 11100 | 0 | 110 | 100010100 | 1000011 | 1010001 |
Color Harmonies of #D5ADEF
Complementary color
Monochromatic Colors of #D5ADEF
Black with #D5ADEF
Text Example
Text Example
White with #D5ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADEF; }
p { color: rgb(213,173,239); }
H1.HeaderClassName
{
color: #D5ADEF;
}
.AnyTagClassName
{
color: #D5ADEF;
}
</style>
background-color css
<style>
a { background-color: #D5ADEF; }
a { background-color: rgb(213,173,239); }
div.DivClassName
{
background-color: #D5ADEF;
}
.BgClassName
{
background-color: #D5ADEF;
}
</style>
border-color css
<style>
span { border-color: #D5ADEF; }
span { border-color: rgb(213,173,239); }
td.TdClassName
{
border-color: #D5ADEF;
}
.TagClassName
{
border-color: #D5ADEF;
}
</style>