Shades of Mauve #D2ADEE
Tints of Mauve #D2ADEE
RGB
CMYK
RGB Variations
Color information
#D2ADEE (or 0xD2ADEE) is known color: Mauve. HEX triplet: D2, AD and EE. RGB value is (210,173,238). Sum of RGB (Red+Green+Blue) = 210+173+238=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADEE is #2D5211. Grayscale: #BFBFBF. Windows color (decimal): -2970130 or 15642066. OLE color: 15642066.
HSL color Cylindrical-coordinate representation of color #D2ADEE: hue angle of 274.15º 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 #D2ADEE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 173 | 238 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.07 |
| HSL | 274.15º | 0.66% | 0.81% | - |
| HSV(B) | 274.15º | 0.27% | 0.93% | - |
| XYZ | 56.95 | 49.76 | 87.49 | - |
| YUV | 191.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 238 | 0.12 | 0.27 | 0 | 0.07 | 274.15 | 0.66 | 0.81 |
| Hex | D2 | AD | EE | C | 1B | 0 | 7 | 112 | 42 | 51 |
| Octal | 322 | 255 | 356 | 14 | 33 | 0 | 7 | 422 | 102 | 121 |
| Binary | 11010010 | 10101101 | 11101110 | 1100 | 11011 | 0 | 111 | 100010010 | 1000010 | 1010001 |
Color Harmonies of #D2ADEE
Complementary color
Monochromatic Colors of #D2ADEE
Black with #D2ADEE
Text Example
Text Example
White with #D2ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADEE; }
p { color: rgb(210,173,238); }
H1.HeaderClassName
{
color: #D2ADEE;
}
.AnyTagClassName
{
color: #D2ADEE;
}
</style>
background-color css
<style>
a { background-color: #D2ADEE; }
a { background-color: rgb(210,173,238); }
div.DivClassName
{
background-color: #D2ADEE;
}
.BgClassName
{
background-color: #D2ADEE;
}
</style>
border-color css
<style>
span { border-color: #D2ADEE; }
span { border-color: rgb(210,173,238); }
td.TdClassName
{
border-color: #D2ADEE;
}
.TagClassName
{
border-color: #D2ADEE;
}
</style>