Shades of Mauve #D5ADF3
Tints of Mauve #D5ADF3
RGB
CMYK
RGB Variations
Color information
#D5ADF3 (or 0xD5ADF3) is known color: Mauve. HEX triplet: D5, AD and F3. RGB value is (213,173,243). Sum of RGB (Red+Green+Blue) = 213+173+243=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADF3 is #2A520C. Grayscale: #C0C0C0. Windows color (decimal): -2773517 or 15969749. OLE color: 15969749.
HSL color Cylindrical-coordinate representation of color #D5ADF3: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5ADF3 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 173 | 243 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 274.29º | 0.74% | 0.82% | - |
| HSV(B) | 274.29º | 0.29% | 0.95% | - |
| XYZ | 58.56 | 50.5 | 91.46 | - |
| YUV | 192.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 243 | 0.12 | 0.29 | 0 | 0.05 | 274.29 | 0.74 | 0.82 |
| Hex | D5 | AD | F3 | C | 1D | 0 | 5 | 112 | 4A | 52 |
| Octal | 325 | 255 | 363 | 14 | 35 | 0 | 5 | 422 | 112 | 122 |
| Binary | 11010101 | 10101101 | 11110011 | 1100 | 11101 | 0 | 101 | 100010010 | 1001010 | 1010010 |
Color Harmonies of #D5ADF3
Complementary color
Monochromatic Colors of #D5ADF3
Black with #D5ADF3
Text Example
Text Example
White with #D5ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADF3; }
p { color: rgb(213,173,243); }
H1.HeaderClassName
{
color: #D5ADF3;
}
.AnyTagClassName
{
color: #D5ADF3;
}
</style>
background-color css
<style>
a { background-color: #D5ADF3; }
a { background-color: rgb(213,173,243); }
div.DivClassName
{
background-color: #D5ADF3;
}
.BgClassName
{
background-color: #D5ADF3;
}
</style>
border-color css
<style>
span { border-color: #D5ADF3; }
span { border-color: rgb(213,173,243); }
td.TdClassName
{
border-color: #D5ADF3;
}
.TagClassName
{
border-color: #D5ADF3;
}
</style>