Shades of Mauve #DAADEF
Tints of Mauve #DAADEF
RGB
CMYK
RGB Variations
Color information
#DAADEF (or 0xDAADEF) is known color: Mauve. HEX triplet: DA, AD and EF. RGB value is (218,173,239). Sum of RGB (Red+Green+Blue) = 218+173+239=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADEF is #255210. Grayscale: #C1C1C1. Windows color (decimal): -2445841 or 15707610. OLE color: 15707610.
HSL color Cylindrical-coordinate representation of color #DAADEF: hue angle of 280.91º 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 #DAADEF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 173 | 239 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 280.91º | 0.67% | 0.81% | - |
| HSV(B) | 280.91º | 0.28% | 0.94% | - |
| XYZ | 59.44 | 51.02 | 88.38 | - |
| YUV | 193.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 239 | 0.09 | 0.28 | 0 | 0.06 | 280.91 | 0.67 | 0.81 |
| Hex | DA | AD | EF | 9 | 1C | 0 | 6 | 119 | 43 | 51 |
| Octal | 332 | 255 | 357 | 11 | 34 | 0 | 6 | 431 | 103 | 121 |
| Binary | 11011010 | 10101101 | 11101111 | 1001 | 11100 | 0 | 110 | 100011001 | 1000011 | 1010001 |
Color Harmonies of #DAADEF
Complementary color
Monochromatic Colors of #DAADEF
Black with #DAADEF
Text Example
Text Example
White with #DAADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADEF; }
p { color: rgb(218,173,239); }
H1.HeaderClassName
{
color: #DAADEF;
}
.AnyTagClassName
{
color: #DAADEF;
}
</style>
background-color css
<style>
a { background-color: #DAADEF; }
a { background-color: rgb(218,173,239); }
div.DivClassName
{
background-color: #DAADEF;
}
.BgClassName
{
background-color: #DAADEF;
}
</style>
border-color css
<style>
span { border-color: #DAADEF; }
span { border-color: rgb(218,173,239); }
td.TdClassName
{
border-color: #DAADEF;
}
.TagClassName
{
border-color: #DAADEF;
}
</style>