Shades of Mauve #D2ADFF
Tints of Mauve #D2ADFF
RGB
CMYK
RGB Variations
Color information
#D2ADFF (or 0xD2ADFF) is known color: Mauve. HEX triplet: D2, AD and FF. RGB value is (210,173,255). Sum of RGB (Red+Green+Blue) = 210+173+255=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFF is #2D5200. Grayscale: #C1C1C1. Windows color (decimal): -2970113 or 16756178. OLE color: 16756178.
HSL color Cylindrical-coordinate representation of color #D2ADFF: hue angle of 267.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ADFF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 173 | 255 | - |
| CMYK | 0.18 | 0.32 | 0 | 0 |
| HSL | 267.07º | 1% | 0.84% | - |
| HSV(B) | 267.07º | 0.32% | 1% | - |
| XYZ | 59.57 | 50.81 | 101.28 | - |
| YUV | 193.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 255 | 0.18 | 0.32 | 0 | 0 | 267.07 | 1 | 0.84 |
| Hex | D2 | AD | FF | 12 | 20 | 0 | 0 | 10B | 64 | 54 |
| Octal | 322 | 255 | 377 | 22 | 40 | 0 | 0 | 413 | 144 | 124 |
| Binary | 11010010 | 10101101 | 11111111 | 10010 | 100000 | 0 | 0 | 100001011 | 1100100 | 1010100 |
Color Harmonies of #D2ADFF
Complementary color
Monochromatic Colors of #D2ADFF
Black with #D2ADFF
Text Example
Text Example
White with #D2ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADFF; }
p { color: rgb(210,173,255); }
H1.HeaderClassName
{
color: #D2ADFF;
}
.AnyTagClassName
{
color: #D2ADFF;
}
</style>
background-color css
<style>
a { background-color: #D2ADFF; }
a { background-color: rgb(210,173,255); }
div.DivClassName
{
background-color: #D2ADFF;
}
.BgClassName
{
background-color: #D2ADFF;
}
</style>
border-color css
<style>
span { border-color: #D2ADFF; }
span { border-color: rgb(210,173,255); }
td.TdClassName
{
border-color: #D2ADFF;
}
.TagClassName
{
border-color: #D2ADFF;
}
</style>