Shades of Mauve #DAADEB
Tints of Mauve #DAADEB
RGB
CMYK
RGB Variations
Color information
#DAADEB (or 0xDAADEB) is known color: Mauve. HEX triplet: DA, AD and EB. RGB value is (218,173,235). Sum of RGB (Red+Green+Blue) = 218+173+235=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADEB is #255214. Grayscale: #C1C1C1. Windows color (decimal): -2445845 or 15445466. OLE color: 15445466.
HSL color Cylindrical-coordinate representation of color #DAADEB: hue angle of 283.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAADEB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 173 | 235 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.08 |
| HSL | 283.55º | 0.61% | 0.8% | - |
| HSV(B) | 283.55º | 0.26% | 0.92% | - |
| XYZ | 58.85 | 50.79 | 85.3 | - |
| YUV | 193.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 235 | 0.07 | 0.26 | 0 | 0.08 | 283.55 | 0.61 | 0.8 |
| Hex | DA | AD | EB | 7 | 1A | 0 | 8 | 11C | 3D | 50 |
| Octal | 332 | 255 | 353 | 7 | 32 | 0 | 10 | 434 | 75 | 120 |
| Binary | 11011010 | 10101101 | 11101011 | 111 | 11010 | 0 | 1000 | 100011100 | 111101 | 1010000 |
Color Harmonies of #DAADEB
Complementary color
Monochromatic Colors of #DAADEB
Black with #DAADEB
Text Example
Text Example
White with #DAADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADEB; }
p { color: rgb(218,173,235); }
H1.HeaderClassName
{
color: #DAADEB;
}
.AnyTagClassName
{
color: #DAADEB;
}
</style>
background-color css
<style>
a { background-color: #DAADEB; }
a { background-color: rgb(218,173,235); }
div.DivClassName
{
background-color: #DAADEB;
}
.BgClassName
{
background-color: #DAADEB;
}
</style>
border-color css
<style>
span { border-color: #DAADEB; }
span { border-color: rgb(218,173,235); }
td.TdClassName
{
border-color: #DAADEB;
}
.TagClassName
{
border-color: #DAADEB;
}
</style>