Shades of Mauve #DAB4EF
Tints of Mauve #DAB4EF
RGB
CMYK
RGB Variations
Color information
#DAB4EF (or 0xDAB4EF) is known color: Mauve. HEX triplet: DA, B4 and EF. RGB value is (218,180,239). Sum of RGB (Red+Green+Blue) = 218+180+239=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4EF is #254B10. Grayscale: #C5C5C5. Windows color (decimal): -2444049 or 15709402. OLE color: 15709402.
HSL color Cylindrical-coordinate representation of color #DAB4EF: hue angle of 278.64º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB4EF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 180 | 239 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.06 |
| HSL | 278.64º | 0.65% | 0.82% | - |
| HSV(B) | 278.64º | 0.25% | 0.94% | - |
| XYZ | 60.81 | 53.78 | 88.84 | - |
| YUV | 198.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 239 | 0.09 | 0.25 | 0 | 0.06 | 278.64 | 0.65 | 0.82 |
| Hex | DA | B4 | EF | 9 | 19 | 0 | 6 | 117 | 41 | 52 |
| Octal | 332 | 264 | 357 | 11 | 31 | 0 | 6 | 427 | 101 | 122 |
| Binary | 11011010 | 10110100 | 11101111 | 1001 | 11001 | 0 | 110 | 100010111 | 1000001 | 1010010 |
Color Harmonies of #DAB4EF
Complementary color
Monochromatic Colors of #DAB4EF
Black with #DAB4EF
Text Example
Text Example
White with #DAB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4EF; }
p { color: rgb(218,180,239); }
H1.HeaderClassName
{
color: #DAB4EF;
}
.AnyTagClassName
{
color: #DAB4EF;
}
</style>
background-color css
<style>
a { background-color: #DAB4EF; }
a { background-color: rgb(218,180,239); }
div.DivClassName
{
background-color: #DAB4EF;
}
.BgClassName
{
background-color: #DAB4EF;
}
</style>
border-color css
<style>
span { border-color: #DAB4EF; }
span { border-color: rgb(218,180,239); }
td.TdClassName
{
border-color: #DAB4EF;
}
.TagClassName
{
border-color: #DAB4EF;
}
</style>