Shades of Mauve #D3ADEF
Tints of Mauve #D3ADEF
RGB
CMYK
RGB Variations
Color information
#D3ADEF (or 0xD3ADEF) is known color: Mauve. HEX triplet: D3, AD and EF. RGB value is (211,173,239). Sum of RGB (Red+Green+Blue) = 211+173+239=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADEF is #2C5210. Grayscale: #BFBFBF. Windows color (decimal): -2904593 or 15707603. OLE color: 15707603.
HSL color Cylindrical-coordinate representation of color #D3ADEF: hue angle of 274.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3ADEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 173 | 239 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 274.55º | 0.67% | 0.81% | - |
| HSV(B) | 274.55º | 0.28% | 0.94% | - |
| XYZ | 57.39 | 49.97 | 88.28 | - |
| YUV | 191.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 239 | 0.12 | 0.28 | 0 | 0.06 | 274.55 | 0.67 | 0.81 |
| Hex | D3 | AD | EF | C | 1C | 0 | 6 | 113 | 43 | 51 |
| Octal | 323 | 255 | 357 | 14 | 34 | 0 | 6 | 423 | 103 | 121 |
| Binary | 11010011 | 10101101 | 11101111 | 1100 | 11100 | 0 | 110 | 100010011 | 1000011 | 1010001 |
Color Harmonies of #D3ADEF
Complementary color
Monochromatic Colors of #D3ADEF
Black with #D3ADEF
Text Example
Text Example
White with #D3ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADEF; }
p { color: rgb(211,173,239); }
H1.HeaderClassName
{
color: #D3ADEF;
}
.AnyTagClassName
{
color: #D3ADEF;
}
</style>
background-color css
<style>
a { background-color: #D3ADEF; }
a { background-color: rgb(211,173,239); }
div.DivClassName
{
background-color: #D3ADEF;
}
.BgClassName
{
background-color: #D3ADEF;
}
</style>
border-color css
<style>
span { border-color: #D3ADEF; }
span { border-color: rgb(211,173,239); }
td.TdClassName
{
border-color: #D3ADEF;
}
.TagClassName
{
border-color: #D3ADEF;
}
</style>