Shades of Mauve #DAB8ED
Tints of Mauve #DAB8ED
RGB
CMYK
RGB Variations
Color information
#DAB8ED (or 0xDAB8ED) is known color: Mauve. HEX triplet: DA, B8 and ED. RGB value is (218,184,237). Sum of RGB (Red+Green+Blue) = 218+184+237=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8ED is #254712. Grayscale: #C8C8C8. Windows color (decimal): -2443027 or 15579354. OLE color: 15579354.
HSL color Cylindrical-coordinate representation of color #DAB8ED: hue angle of 278.49º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB8ED is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 184 | 237 | - |
CMYK | 0.08 | 0.22 | 0 | 0.07 |
HSL | 278.49º | 0.6% | 0.83% | - |
HSV(B) | 278.49º | 0.22% | 0.93% | - |
XYZ | 61.34 | 55.3 | 87.56 | - |
YUV | 200.21 | 148.76 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 184 | 237 | 0.08 | 0.22 | 0 | 0.07 | 278.49 | 0.6 | 0.83 |
Hex | DA | B8 | ED | 8 | 16 | 0 | 7 | 116 | 3C | 53 |
Octal | 332 | 270 | 355 | 10 | 26 | 0 | 7 | 426 | 74 | 123 |
Binary | 11011010 | 10111000 | 11101101 | 1000 | 10110 | 0 | 111 | 100010110 | 111100 | 1010011 |
Color Harmonies of #DAB8ED
Complementary color
Monochromatic Colors of #DAB8ED
Black with #DAB8ED
Text Example
Text Example
White with #DAB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8ED; }
p { color: rgb(218,184,237); }
H1.HeaderClassName
{
color: #DAB8ED;
}
.AnyTagClassName
{
color: #DAB8ED;
}
</style>
background-color css
<style>
a { background-color: #DAB8ED; }
a { background-color: rgb(218,184,237); }
div.DivClassName
{
background-color: #DAB8ED;
}
.BgClassName
{
background-color: #DAB8ED;
}
</style>
border-color css
<style>
span { border-color: #DAB8ED; }
span { border-color: rgb(218,184,237); }
td.TdClassName
{
border-color: #DAB8ED;
}
.TagClassName
{
border-color: #DAB8ED;
}
</style>