Shades of Mauve #DBADEE
Tints of Mauve #DBADEE
RGB
CMYK
RGB Variations
Color information
#DBADEE (or 0xDBADEE) is known color: Mauve. HEX triplet: DB, AD and EE. RGB value is (219,173,238). Sum of RGB (Red+Green+Blue) = 219+173+238=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADEE is #245211. Grayscale: #C1C1C1. Windows color (decimal): -2380306 or 15642075. OLE color: 15642075.
HSL color Cylindrical-coordinate representation of color #DBADEE: hue angle of 282.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBADEE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 173 | 238 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 282.46º | 0.66% | 0.81% | - |
| HSV(B) | 282.46º | 0.27% | 0.93% | - |
| XYZ | 59.59 | 51.12 | 87.62 | - |
| YUV | 194.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 238 | 0.08 | 0.27 | 0 | 0.07 | 282.46 | 0.66 | 0.81 |
| Hex | DB | AD | EE | 8 | 1B | 0 | 7 | 11A | 42 | 51 |
| Octal | 333 | 255 | 356 | 10 | 33 | 0 | 7 | 432 | 102 | 121 |
| Binary | 11011011 | 10101101 | 11101110 | 1000 | 11011 | 0 | 111 | 100011010 | 1000010 | 1010001 |
Color Harmonies of #DBADEE
Complementary color
Monochromatic Colors of #DBADEE
Black with #DBADEE
Text Example
Text Example
White with #DBADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADEE; }
p { color: rgb(219,173,238); }
H1.HeaderClassName
{
color: #DBADEE;
}
.AnyTagClassName
{
color: #DBADEE;
}
</style>
background-color css
<style>
a { background-color: #DBADEE; }
a { background-color: rgb(219,173,238); }
div.DivClassName
{
background-color: #DBADEE;
}
.BgClassName
{
background-color: #DBADEE;
}
</style>
border-color css
<style>
span { border-color: #DBADEE; }
span { border-color: rgb(219,173,238); }
td.TdClassName
{
border-color: #DBADEE;
}
.TagClassName
{
border-color: #DBADEE;
}
</style>