Shades of Mauve #DBB0EE
Tints of Mauve #DBB0EE
RGB
CMYK
RGB Variations
Color information
#DBB0EE (or 0xDBB0EE) is known color: Mauve. HEX triplet: DB, B0 and EE. RGB value is (219,176,238). Sum of RGB (Red+Green+Blue) = 219+176+238=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EE is #244F11. Grayscale: #C3C3C3. Windows color (decimal): -2379538 or 15642843. OLE color: 15642843.
HSL color Cylindrical-coordinate representation of color #DBB0EE: hue angle of 281.61º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB0EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 176 | 238 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 281.61º | 0.65% | 0.81% | - |
| HSV(B) | 281.61º | 0.26% | 0.93% | - |
| XYZ | 60.17 | 52.28 | 87.81 | - |
| YUV | 195.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 238 | 0.08 | 0.26 | 0 | 0.07 | 281.61 | 0.65 | 0.81 |
| Hex | DB | B0 | EE | 8 | 1A | 0 | 7 | 11A | 41 | 51 |
| Octal | 333 | 260 | 356 | 10 | 32 | 0 | 7 | 432 | 101 | 121 |
| Binary | 11011011 | 10110000 | 11101110 | 1000 | 11010 | 0 | 111 | 100011010 | 1000001 | 1010001 |
Color Harmonies of #DBB0EE
Complementary color
Monochromatic Colors of #DBB0EE
Black with #DBB0EE
Text Example
Text Example
White with #DBB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0EE; }
p { color: rgb(219,176,238); }
H1.HeaderClassName
{
color: #DBB0EE;
}
.AnyTagClassName
{
color: #DBB0EE;
}
</style>
background-color css
<style>
a { background-color: #DBB0EE; }
a { background-color: rgb(219,176,238); }
div.DivClassName
{
background-color: #DBB0EE;
}
.BgClassName
{
background-color: #DBB0EE;
}
</style>
border-color css
<style>
span { border-color: #DBB0EE; }
span { border-color: rgb(219,176,238); }
td.TdClassName
{
border-color: #DBB0EE;
}
.TagClassName
{
border-color: #DBB0EE;
}
</style>