Shades of Mauve #DAB8EF
Tints of Mauve #DAB8EF
RGB
CMYK
RGB Variations
Color information
#DAB8EF (or 0xDAB8EF) is known color: Mauve. HEX triplet: DA, B8 and EF. RGB value is (218,184,239). Sum of RGB (Red+Green+Blue) = 218+184+239=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8EF is #254710. Grayscale: #C8C8C8. Windows color (decimal): -2443025 or 15710426. OLE color: 15710426.
HSL color Cylindrical-coordinate representation of color #DAB8EF: hue angle of 277.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB8EF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 184 | 239 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.06 |
| HSL | 277.09º | 0.63% | 0.83% | - |
| HSV(B) | 277.09º | 0.23% | 0.94% | - |
| XYZ | 61.63 | 55.42 | 89.11 | - |
| YUV | 200.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 239 | 0.09 | 0.23 | 0 | 0.06 | 277.09 | 0.63 | 0.83 |
| Hex | DA | B8 | EF | 9 | 17 | 0 | 6 | 115 | 3F | 53 |
| Octal | 332 | 270 | 357 | 11 | 27 | 0 | 6 | 425 | 77 | 123 |
| Binary | 11011010 | 10111000 | 11101111 | 1001 | 10111 | 0 | 110 | 100010101 | 111111 | 1010011 |
Color Harmonies of #DAB8EF
Complementary color
Monochromatic Colors of #DAB8EF
Black with #DAB8EF
Text Example
Text Example
White with #DAB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8EF; }
p { color: rgb(218,184,239); }
H1.HeaderClassName
{
color: #DAB8EF;
}
.AnyTagClassName
{
color: #DAB8EF;
}
</style>
background-color css
<style>
a { background-color: #DAB8EF; }
a { background-color: rgb(218,184,239); }
div.DivClassName
{
background-color: #DAB8EF;
}
.BgClassName
{
background-color: #DAB8EF;
}
</style>
border-color css
<style>
span { border-color: #DAB8EF; }
span { border-color: rgb(218,184,239); }
td.TdClassName
{
border-color: #DAB8EF;
}
.TagClassName
{
border-color: #DAB8EF;
}
</style>