Shades of Mauve #D2ADFB
Tints of Mauve #D2ADFB
RGB
CMYK
RGB Variations
Color information
#D2ADFB (or 0xD2ADFB) is known color: Mauve. HEX triplet: D2, AD and FB. RGB value is (210,173,251). Sum of RGB (Red+Green+Blue) = 210+173+251=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFB is #2D5204. Grayscale: #C0C0C0. Windows color (decimal): -2970117 or 16494034. OLE color: 16494034.
HSL color Cylindrical-coordinate representation of color #D2ADFB: hue angle of 268.46º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2ADFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 173 | 251 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.02 |
| HSL | 268.46º | 0.91% | 0.83% | - |
| HSV(B) | 268.46º | 0.31% | 0.98% | - |
| XYZ | 58.93 | 50.55 | 97.92 | - |
| YUV | 192.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 251 | 0.16 | 0.31 | 0 | 0.02 | 268.46 | 0.91 | 0.83 |
| Hex | D2 | AD | FB | 10 | 1F | 0 | 2 | 10C | 5B | 53 |
| Octal | 322 | 255 | 373 | 20 | 37 | 0 | 2 | 414 | 133 | 123 |
| Binary | 11010010 | 10101101 | 11111011 | 10000 | 11111 | 0 | 10 | 100001100 | 1011011 | 1010011 |
Color Harmonies of #D2ADFB
Complementary color
Monochromatic Colors of #D2ADFB
Black with #D2ADFB
Text Example
Text Example
White with #D2ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADFB; }
p { color: rgb(210,173,251); }
H1.HeaderClassName
{
color: #D2ADFB;
}
.AnyTagClassName
{
color: #D2ADFB;
}
</style>
background-color css
<style>
a { background-color: #D2ADFB; }
a { background-color: rgb(210,173,251); }
div.DivClassName
{
background-color: #D2ADFB;
}
.BgClassName
{
background-color: #D2ADFB;
}
</style>
border-color css
<style>
span { border-color: #D2ADFB; }
span { border-color: rgb(210,173,251); }
td.TdClassName
{
border-color: #D2ADFB;
}
.TagClassName
{
border-color: #D2ADFB;
}
</style>