Shades of Mauve #DAB8EE
Tints of Mauve #DAB8EE
RGB
CMYK
RGB Variations
Color information
#DAB8EE (or 0xDAB8EE) is known color: Mauve. HEX triplet: DA, B8 and EE. RGB value is (218,184,238). Sum of RGB (Red+Green+Blue) = 218+184+238=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8EE is #254711. Grayscale: #C8C8C8. Windows color (decimal): -2443026 or 15644890. OLE color: 15644890.
HSL color Cylindrical-coordinate representation of color #DAB8EE: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB8EE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 184 | 238 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.07 |
| HSL | 277.78º | 0.61% | 0.83% | - |
| HSV(B) | 277.78º | 0.23% | 0.93% | - |
| XYZ | 61.49 | 55.36 | 88.33 | - |
| YUV | 200.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 238 | 0.08 | 0.23 | 0 | 0.07 | 277.78 | 0.61 | 0.83 |
| Hex | DA | B8 | EE | 8 | 17 | 0 | 7 | 116 | 3D | 53 |
| Octal | 332 | 270 | 356 | 10 | 27 | 0 | 7 | 426 | 75 | 123 |
| Binary | 11011010 | 10111000 | 11101110 | 1000 | 10111 | 0 | 111 | 100010110 | 111101 | 1010011 |
Color Harmonies of #DAB8EE
Complementary color
Monochromatic Colors of #DAB8EE
Black with #DAB8EE
Text Example
Text Example
White with #DAB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8EE; }
p { color: rgb(218,184,238); }
H1.HeaderClassName
{
color: #DAB8EE;
}
.AnyTagClassName
{
color: #DAB8EE;
}
</style>
background-color css
<style>
a { background-color: #DAB8EE; }
a { background-color: rgb(218,184,238); }
div.DivClassName
{
background-color: #DAB8EE;
}
.BgClassName
{
background-color: #DAB8EE;
}
</style>
border-color css
<style>
span { border-color: #DAB8EE; }
span { border-color: rgb(218,184,238); }
td.TdClassName
{
border-color: #DAB8EE;
}
.TagClassName
{
border-color: #DAB8EE;
}
</style>