Shades of Mauve #D5ADF2
Tints of Mauve #D5ADF2
RGB
CMYK
RGB Variations
Color information
#D5ADF2 (or 0xD5ADF2) is known color: Mauve. HEX triplet: D5, AD and F2. RGB value is (213,173,242). Sum of RGB (Red+Green+Blue) = 213+173+242=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADF2 is #2A520D. Grayscale: #C0C0C0. Windows color (decimal): -2773518 or 15904213. OLE color: 15904213.
HSL color Cylindrical-coordinate representation of color #D5ADF2: hue angle of 274.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5ADF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 173 | 242 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 274.78º | 0.73% | 0.81% | - |
| HSV(B) | 274.78º | 0.29% | 0.95% | - |
| XYZ | 58.41 | 50.44 | 90.66 | - |
| YUV | 192.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 242 | 0.12 | 0.29 | 0 | 0.05 | 274.78 | 0.73 | 0.81 |
| Hex | D5 | AD | F2 | C | 1D | 0 | 5 | 113 | 49 | 51 |
| Octal | 325 | 255 | 362 | 14 | 35 | 0 | 5 | 423 | 111 | 121 |
| Binary | 11010101 | 10101101 | 11110010 | 1100 | 11101 | 0 | 101 | 100010011 | 1001001 | 1010001 |
Color Harmonies of #D5ADF2
Complementary color
Monochromatic Colors of #D5ADF2
Black with #D5ADF2
Text Example
Text Example
White with #D5ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADF2; }
p { color: rgb(213,173,242); }
H1.HeaderClassName
{
color: #D5ADF2;
}
.AnyTagClassName
{
color: #D5ADF2;
}
</style>
background-color css
<style>
a { background-color: #D5ADF2; }
a { background-color: rgb(213,173,242); }
div.DivClassName
{
background-color: #D5ADF2;
}
.BgClassName
{
background-color: #D5ADF2;
}
</style>
border-color css
<style>
span { border-color: #D5ADF2; }
span { border-color: rgb(213,173,242); }
td.TdClassName
{
border-color: #D5ADF2;
}
.TagClassName
{
border-color: #D5ADF2;
}
</style>