Shades of Mauve #D2ADEF
Tints of Mauve #D2ADEF
RGB
CMYK
RGB Variations
Color information
#D2ADEF (or 0xD2ADEF) is known color: Mauve. HEX triplet: D2, AD and EF. RGB value is (210,173,239). Sum of RGB (Red+Green+Blue) = 210+173+239=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADEF is #2D5210. Grayscale: #BFBFBF. Windows color (decimal): -2970129 or 15707602. OLE color: 15707602.
HSL color Cylindrical-coordinate representation of color #D2ADEF: hue angle of 273.64º 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 #D2ADEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 173 | 239 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 273.64º | 0.67% | 0.81% | - |
| HSV(B) | 273.64º | 0.28% | 0.94% | - |
| XYZ | 57.1 | 49.82 | 88.27 | - |
| YUV | 191.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 239 | 0.12 | 0.28 | 0 | 0.06 | 273.64 | 0.67 | 0.81 |
| Hex | D2 | AD | EF | C | 1C | 0 | 6 | 112 | 43 | 51 |
| Octal | 322 | 255 | 357 | 14 | 34 | 0 | 6 | 422 | 103 | 121 |
| Binary | 11010010 | 10101101 | 11101111 | 1100 | 11100 | 0 | 110 | 100010010 | 1000011 | 1010001 |
Color Harmonies of #D2ADEF
Complementary color
Monochromatic Colors of #D2ADEF
Black with #D2ADEF
Text Example
Text Example
White with #D2ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADEF; }
p { color: rgb(210,173,239); }
H1.HeaderClassName
{
color: #D2ADEF;
}
.AnyTagClassName
{
color: #D2ADEF;
}
</style>
background-color css
<style>
a { background-color: #D2ADEF; }
a { background-color: rgb(210,173,239); }
div.DivClassName
{
background-color: #D2ADEF;
}
.BgClassName
{
background-color: #D2ADEF;
}
</style>
border-color css
<style>
span { border-color: #D2ADEF; }
span { border-color: rgb(210,173,239); }
td.TdClassName
{
border-color: #D2ADEF;
}
.TagClassName
{
border-color: #D2ADEF;
}
</style>