Shades of Mauve #DAB5EE
Tints of Mauve #DAB5EE
RGB
CMYK
RGB Variations
Color information
#DAB5EE (or 0xDAB5EE) is known color: Mauve. HEX triplet: DA, B5 and EE. RGB value is (218,181,238). Sum of RGB (Red+Green+Blue) = 218+181+238=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5EE is #254A11. Grayscale: #C6C6C6. Windows color (decimal): -2443794 or 15644122. OLE color: 15644122.
HSL color Cylindrical-coordinate representation of color #DAB5EE: hue angle of 278.95º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB5EE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 181 | 238 | - |
CMYK | 0.08 | 0.24 | 0 | 0.07 |
HSL | 278.95º | 0.63% | 0.82% | - |
HSV(B) | 278.95º | 0.24% | 0.93% | - |
XYZ | 60.87 | 54.13 | 88.13 | - |
YUV | 198.56 | 150.26 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 238 | 0.08 | 0.24 | 0 | 0.07 | 278.95 | 0.63 | 0.82 |
Hex | DA | B5 | EE | 8 | 18 | 0 | 7 | 117 | 3F | 52 |
Octal | 332 | 265 | 356 | 10 | 30 | 0 | 7 | 427 | 77 | 122 |
Binary | 11011010 | 10110101 | 11101110 | 1000 | 11000 | 0 | 111 | 100010111 | 111111 | 1010010 |
Color Harmonies of #DAB5EE
Complementary color
Monochromatic Colors of #DAB5EE
Black with #DAB5EE
Text Example
Text Example
White with #DAB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5EE; }
p { color: rgb(218,181,238); }
H1.HeaderClassName
{
color: #DAB5EE;
}
.AnyTagClassName
{
color: #DAB5EE;
}
</style>
background-color css
<style>
a { background-color: #DAB5EE; }
a { background-color: rgb(218,181,238); }
div.DivClassName
{
background-color: #DAB5EE;
}
.BgClassName
{
background-color: #DAB5EE;
}
</style>
border-color css
<style>
span { border-color: #DAB5EE; }
span { border-color: rgb(218,181,238); }
td.TdClassName
{
border-color: #DAB5EE;
}
.TagClassName
{
border-color: #DAB5EE;
}
</style>