Shades of Mauve #DBB1EE
Tints of Mauve #DBB1EE
RGB
CMYK
RGB Variations
Color information
#DBB1EE (or 0xDBB1EE) is known color: Mauve. HEX triplet: DB, B1 and EE. RGB value is (219,177,238). Sum of RGB (Red+Green+Blue) = 219+177+238=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1EE is #244E11. Grayscale: #C4C4C4. Windows color (decimal): -2379282 or 15643099. OLE color: 15643099.
HSL color Cylindrical-coordinate representation of color #DBB1EE: hue angle of 281.31º degrees, saturation: 0.64, 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 #DBB1EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 177 | 238 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 281.31º | 0.64% | 0.81% | - |
| HSV(B) | 281.31º | 0.26% | 0.93% | - |
| XYZ | 60.37 | 52.68 | 87.87 | - |
| YUV | 196.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 238 | 0.08 | 0.26 | 0 | 0.07 | 281.31 | 0.64 | 0.81 |
| Hex | DB | B1 | EE | 8 | 1A | 0 | 7 | 119 | 40 | 51 |
| Octal | 333 | 261 | 356 | 10 | 32 | 0 | 7 | 431 | 100 | 121 |
| Binary | 11011011 | 10110001 | 11101110 | 1000 | 11010 | 0 | 111 | 100011001 | 1000000 | 1010001 |
Color Harmonies of #DBB1EE
Complementary color
Monochromatic Colors of #DBB1EE
Black with #DBB1EE
Text Example
Text Example
White with #DBB1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1EE; }
p { color: rgb(219,177,238); }
H1.HeaderClassName
{
color: #DBB1EE;
}
.AnyTagClassName
{
color: #DBB1EE;
}
</style>
background-color css
<style>
a { background-color: #DBB1EE; }
a { background-color: rgb(219,177,238); }
div.DivClassName
{
background-color: #DBB1EE;
}
.BgClassName
{
background-color: #DBB1EE;
}
</style>
border-color css
<style>
span { border-color: #DBB1EE; }
span { border-color: rgb(219,177,238); }
td.TdClassName
{
border-color: #DBB1EE;
}
.TagClassName
{
border-color: #DBB1EE;
}
</style>