Shades of Mauve #DAADED
Tints of Mauve #DAADED
RGB
CMYK
RGB Variations
Color information
#DAADED (or 0xDAADED) is known color: Mauve. HEX triplet: DA, AD and ED. RGB value is (218,173,237). Sum of RGB (Red+Green+Blue) = 218+173+237=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADED is #255212. Grayscale: #C1C1C1. Windows color (decimal): -2445843 or 15576538. OLE color: 15576538.
HSL color Cylindrical-coordinate representation of color #DAADED: hue angle of 282.19º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAADED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 173 | 237 | - |
CMYK | 0.08 | 0.27 | 0 | 0.07 |
HSL | 282.19º | 0.64% | 0.8% | - |
HSV(B) | 282.19º | 0.27% | 0.93% | - |
XYZ | 59.14 | 50.91 | 86.83 | - |
YUV | 193.75 | 152.41 | 145.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 237 | 0.08 | 0.27 | 0 | 0.07 | 282.19 | 0.64 | 0.8 |
Hex | DA | AD | ED | 8 | 1B | 0 | 7 | 11A | 40 | 50 |
Octal | 332 | 255 | 355 | 10 | 33 | 0 | 7 | 432 | 100 | 120 |
Binary | 11011010 | 10101101 | 11101101 | 1000 | 11011 | 0 | 111 | 100011010 | 1000000 | 1010000 |
Color Harmonies of #DAADED
Complementary color
Monochromatic Colors of #DAADED
Black with #DAADED
Text Example
Text Example
White with #DAADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADED; }
p { color: rgb(218,173,237); }
H1.HeaderClassName
{
color: #DAADED;
}
.AnyTagClassName
{
color: #DAADED;
}
</style>
background-color css
<style>
a { background-color: #DAADED; }
a { background-color: rgb(218,173,237); }
div.DivClassName
{
background-color: #DAADED;
}
.BgClassName
{
background-color: #DAADED;
}
</style>
border-color css
<style>
span { border-color: #DAADED; }
span { border-color: rgb(218,173,237); }
td.TdClassName
{
border-color: #DAADED;
}
.TagClassName
{
border-color: #DAADED;
}
</style>