Shades of Mauve #DBAEEF
Tints of Mauve #DBAEEF
RGB
CMYK
RGB Variations
Color information
#DBAEEF (or 0xDBAEEF) is known color: Mauve. HEX triplet: DB, AE and EF. RGB value is (219,174,239). Sum of RGB (Red+Green+Blue) = 219+174+239=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEEF is #245110. Grayscale: #C2C2C2. Windows color (decimal): -2380049 or 15707867. OLE color: 15707867.
HSL color Cylindrical-coordinate representation of color #DBAEEF: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAEEF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 174 | 239 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.06 |
| HSL | 281.54º | 0.67% | 0.81% | - |
| HSV(B) | 281.54º | 0.27% | 0.94% | - |
| XYZ | 59.93 | 51.56 | 88.46 | - |
| YUV | 194.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 239 | 0.08 | 0.27 | 0 | 0.06 | 281.54 | 0.67 | 0.81 |
| Hex | DB | AE | EF | 8 | 1B | 0 | 6 | 11A | 43 | 51 |
| Octal | 333 | 256 | 357 | 10 | 33 | 0 | 6 | 432 | 103 | 121 |
| Binary | 11011011 | 10101110 | 11101111 | 1000 | 11011 | 0 | 110 | 100011010 | 1000011 | 1010001 |
Color Harmonies of #DBAEEF
Complementary color
Monochromatic Colors of #DBAEEF
Black with #DBAEEF
Text Example
Text Example
White with #DBAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEEF; }
p { color: rgb(219,174,239); }
H1.HeaderClassName
{
color: #DBAEEF;
}
.AnyTagClassName
{
color: #DBAEEF;
}
</style>
background-color css
<style>
a { background-color: #DBAEEF; }
a { background-color: rgb(219,174,239); }
div.DivClassName
{
background-color: #DBAEEF;
}
.BgClassName
{
background-color: #DBAEEF;
}
</style>
border-color css
<style>
span { border-color: #DBAEEF; }
span { border-color: rgb(219,174,239); }
td.TdClassName
{
border-color: #DBAEEF;
}
.TagClassName
{
border-color: #DBAEEF;
}
</style>