Shades of Mauve #D1ADEF
Tints of Mauve #D1ADEF
RGB
CMYK
RGB Variations
Color information
#D1ADEF (or 0xD1ADEF) is known color: Mauve. HEX triplet: D1, AD and EF. RGB value is (209,173,239). Sum of RGB (Red+Green+Blue) = 209+173+239=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADEF is #2E5210. Grayscale: #BFBFBF. Windows color (decimal): -3035665 or 15707601. OLE color: 15707601.
HSL color Cylindrical-coordinate representation of color #D1ADEF: hue angle of 272.73º 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 #D1ADEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 173 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 272.73º | 0.67% | 0.81% | - |
| HSV(B) | 272.73º | 0.28% | 0.94% | - |
| XYZ | 56.82 | 49.67 | 88.25 | - |
| YUV | 191.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 239 | 0.13 | 0.28 | 0 | 0.06 | 272.73 | 0.67 | 0.81 |
| Hex | D1 | AD | EF | D | 1C | 0 | 6 | 111 | 43 | 51 |
| Octal | 321 | 255 | 357 | 15 | 34 | 0 | 6 | 421 | 103 | 121 |
| Binary | 11010001 | 10101101 | 11101111 | 1101 | 11100 | 0 | 110 | 100010001 | 1000011 | 1010001 |
Color Harmonies of #D1ADEF
Complementary color
Monochromatic Colors of #D1ADEF
Black with #D1ADEF
Text Example
Text Example
White with #D1ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADEF; }
p { color: rgb(209,173,239); }
H1.HeaderClassName
{
color: #D1ADEF;
}
.AnyTagClassName
{
color: #D1ADEF;
}
</style>
background-color css
<style>
a { background-color: #D1ADEF; }
a { background-color: rgb(209,173,239); }
div.DivClassName
{
background-color: #D1ADEF;
}
.BgClassName
{
background-color: #D1ADEF;
}
</style>
border-color css
<style>
span { border-color: #D1ADEF; }
span { border-color: rgb(209,173,239); }
td.TdClassName
{
border-color: #D1ADEF;
}
.TagClassName
{
border-color: #D1ADEF;
}
</style>