Shades of Mauve #D7ADEF
Tints of Mauve #D7ADEF
RGB
CMYK
RGB Variations
Color information
#D7ADEF (or 0xD7ADEF) is known color: Mauve. HEX triplet: D7, AD and EF. RGB value is (215,173,239). Sum of RGB (Red+Green+Blue) = 215+173+239=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADEF is #285210. Grayscale: #C0C0C0. Windows color (decimal): -2642449 or 15707607. OLE color: 15707607.
HSL color Cylindrical-coordinate representation of color #D7ADEF: hue angle of 278.18º 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 #D7ADEF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 173 | 239 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.06 |
| HSL | 278.18º | 0.67% | 0.81% | - |
| HSV(B) | 278.18º | 0.28% | 0.94% | - |
| XYZ | 58.55 | 50.57 | 88.34 | - |
| YUV | 193.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 239 | 0.10 | 0.28 | 0 | 0.06 | 278.18 | 0.67 | 0.81 |
| Hex | D7 | AD | EF | A | 1C | 0 | 6 | 116 | 43 | 51 |
| Octal | 327 | 255 | 357 | 12 | 34 | 0 | 6 | 426 | 103 | 121 |
| Binary | 11010111 | 10101101 | 11101111 | 1010 | 11100 | 0 | 110 | 100010110 | 1000011 | 1010001 |
Color Harmonies of #D7ADEF
Complementary color
Monochromatic Colors of #D7ADEF
Black with #D7ADEF
Text Example
Text Example
White with #D7ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADEF; }
p { color: rgb(215,173,239); }
H1.HeaderClassName
{
color: #D7ADEF;
}
.AnyTagClassName
{
color: #D7ADEF;
}
</style>
background-color css
<style>
a { background-color: #D7ADEF; }
a { background-color: rgb(215,173,239); }
div.DivClassName
{
background-color: #D7ADEF;
}
.BgClassName
{
background-color: #D7ADEF;
}
</style>
border-color css
<style>
span { border-color: #D7ADEF; }
span { border-color: rgb(215,173,239); }
td.TdClassName
{
border-color: #D7ADEF;
}
.TagClassName
{
border-color: #D7ADEF;
}
</style>