Shades of Mauve #D4ADEF
Tints of Mauve #D4ADEF
RGB
CMYK
RGB Variations
Color information
#D4ADEF (or 0xD4ADEF) is known color: Mauve. HEX triplet: D4, AD and EF. RGB value is (212,173,239). Sum of RGB (Red+Green+Blue) = 212+173+239=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADEF is #2B5210. Grayscale: #BFBFBF. Windows color (decimal): -2839057 or 15707604. OLE color: 15707604.
HSL color Cylindrical-coordinate representation of color #D4ADEF: hue angle of 275.45º 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 #D4ADEF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 173 | 239 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.06 |
| HSL | 275.45º | 0.67% | 0.81% | - |
| HSV(B) | 275.45º | 0.28% | 0.94% | - |
| XYZ | 57.67 | 50.12 | 88.29 | - |
| YUV | 192.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 239 | 0.11 | 0.28 | 0 | 0.06 | 275.45 | 0.67 | 0.81 |
| Hex | D4 | AD | EF | B | 1C | 0 | 6 | 113 | 43 | 51 |
| Octal | 324 | 255 | 357 | 13 | 34 | 0 | 6 | 423 | 103 | 121 |
| Binary | 11010100 | 10101101 | 11101111 | 1011 | 11100 | 0 | 110 | 100010011 | 1000011 | 1010001 |
Color Harmonies of #D4ADEF
Complementary color
Monochromatic Colors of #D4ADEF
Black with #D4ADEF
Text Example
Text Example
White with #D4ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADEF; }
p { color: rgb(212,173,239); }
H1.HeaderClassName
{
color: #D4ADEF;
}
.AnyTagClassName
{
color: #D4ADEF;
}
</style>
background-color css
<style>
a { background-color: #D4ADEF; }
a { background-color: rgb(212,173,239); }
div.DivClassName
{
background-color: #D4ADEF;
}
.BgClassName
{
background-color: #D4ADEF;
}
</style>
border-color css
<style>
span { border-color: #D4ADEF; }
span { border-color: rgb(212,173,239); }
td.TdClassName
{
border-color: #D4ADEF;
}
.TagClassName
{
border-color: #D4ADEF;
}
</style>