Shades of Mauve #DBAEEC
Tints of Mauve #DBAEEC
RGB
CMYK
RGB Variations
Color information
#DBAEEC (or 0xDBAEEC) is known color: Mauve. HEX triplet: DB, AE and EC. RGB value is (219,174,236). Sum of RGB (Red+Green+Blue) = 219+174+236=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEEC is #245113. Grayscale: #C2C2C2. Windows color (decimal): -2380052 or 15511259. OLE color: 15511259.
HSL color Cylindrical-coordinate representation of color #DBAEEC: hue angle of 283.55º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAEEC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 174 | 236 | - |
CMYK | 0.07 | 0.26 | 0 | 0.07 |
HSL | 283.55º | 0.62% | 0.8% | - |
HSV(B) | 283.55º | 0.26% | 0.93% | - |
XYZ | 59.49 | 51.39 | 86.14 | - |
YUV | 194.52 | 151.41 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 236 | 0.07 | 0.26 | 0 | 0.07 | 283.55 | 0.62 | 0.8 |
Hex | DB | AE | EC | 7 | 1A | 0 | 7 | 11C | 3E | 50 |
Octal | 333 | 256 | 354 | 7 | 32 | 0 | 7 | 434 | 76 | 120 |
Binary | 11011011 | 10101110 | 11101100 | 111 | 11010 | 0 | 111 | 100011100 | 111110 | 1010000 |
Color Harmonies of #DBAEEC
Complementary color
Monochromatic Colors of #DBAEEC
Black with #DBAEEC
Text Example
Text Example
White with #DBAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEEC; }
p { color: rgb(219,174,236); }
H1.HeaderClassName
{
color: #DBAEEC;
}
.AnyTagClassName
{
color: #DBAEEC;
}
</style>
background-color css
<style>
a { background-color: #DBAEEC; }
a { background-color: rgb(219,174,236); }
div.DivClassName
{
background-color: #DBAEEC;
}
.BgClassName
{
background-color: #DBAEEC;
}
</style>
border-color css
<style>
span { border-color: #DBAEEC; }
span { border-color: rgb(219,174,236); }
td.TdClassName
{
border-color: #DBAEEC;
}
.TagClassName
{
border-color: #DBAEEC;
}
</style>