Shades of Mauve #D0ADEF
Tints of Mauve #D0ADEF
RGB
CMYK
RGB Variations
Color information
#D0ADEF (or 0xD0ADEF) is known color: Mauve. HEX triplet: D0, AD and EF. RGB value is (208,173,239). Sum of RGB (Red+Green+Blue) = 208+173+239=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADEF is #2F5210. Grayscale: #BEBEBE. Windows color (decimal): -3101201 or 15707600. OLE color: 15707600.
HSL color Cylindrical-coordinate representation of color #D0ADEF: hue angle of 271.82º 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 #D0ADEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 173 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 271.82º | 0.67% | 0.81% | - |
| HSV(B) | 271.82º | 0.28% | 0.94% | - |
| XYZ | 56.54 | 49.53 | 88.24 | - |
| YUV | 190.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 239 | 0.13 | 0.28 | 0 | 0.06 | 271.82 | 0.67 | 0.81 |
| Hex | D0 | AD | EF | D | 1C | 0 | 6 | 110 | 43 | 51 |
| Octal | 320 | 255 | 357 | 15 | 34 | 0 | 6 | 420 | 103 | 121 |
| Binary | 11010000 | 10101101 | 11101111 | 1101 | 11100 | 0 | 110 | 100010000 | 1000011 | 1010001 |
Color Harmonies of #D0ADEF
Complementary color
Monochromatic Colors of #D0ADEF
Black with #D0ADEF
Text Example
Text Example
White with #D0ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADEF; }
p { color: rgb(208,173,239); }
H1.HeaderClassName
{
color: #D0ADEF;
}
.AnyTagClassName
{
color: #D0ADEF;
}
</style>
background-color css
<style>
a { background-color: #D0ADEF; }
a { background-color: rgb(208,173,239); }
div.DivClassName
{
background-color: #D0ADEF;
}
.BgClassName
{
background-color: #D0ADEF;
}
</style>
border-color css
<style>
span { border-color: #D0ADEF; }
span { border-color: rgb(208,173,239); }
td.TdClassName
{
border-color: #D0ADEF;
}
.TagClassName
{
border-color: #D0ADEF;
}
</style>