Shades of Mauve #DBB4ED
Tints of Mauve #DBB4ED
RGB
CMYK
RGB Variations
Color information
#DBB4ED (or 0xDBB4ED) is known color: Mauve. HEX triplet: DB, B4 and ED. RGB value is (219,180,237). Sum of RGB (Red+Green+Blue) = 219+180+237=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4ED is #244B12. Grayscale: #C5C5C5. Windows color (decimal): -2378515 or 15578331. OLE color: 15578331.
HSL color Cylindrical-coordinate representation of color #DBB4ED: hue angle of 281.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB4ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 180 | 237 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.07 |
| HSL | 281.05º | 0.61% | 0.82% | - |
| HSV(B) | 281.05º | 0.24% | 0.93% | - |
| XYZ | 60.82 | 53.82 | 87.3 | - |
| YUV | 198.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 237 | 0.08 | 0.24 | 0 | 0.07 | 281.05 | 0.61 | 0.82 |
| Hex | DB | B4 | ED | 8 | 18 | 0 | 7 | 119 | 3D | 52 |
| Octal | 333 | 264 | 355 | 10 | 30 | 0 | 7 | 431 | 75 | 122 |
| Binary | 11011011 | 10110100 | 11101101 | 1000 | 11000 | 0 | 111 | 100011001 | 111101 | 1010010 |
Color Harmonies of #DBB4ED
Complementary color
Monochromatic Colors of #DBB4ED
Black with #DBB4ED
Text Example
Text Example
White with #DBB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4ED; }
p { color: rgb(219,180,237); }
H1.HeaderClassName
{
color: #DBB4ED;
}
.AnyTagClassName
{
color: #DBB4ED;
}
</style>
background-color css
<style>
a { background-color: #DBB4ED; }
a { background-color: rgb(219,180,237); }
div.DivClassName
{
background-color: #DBB4ED;
}
.BgClassName
{
background-color: #DBB4ED;
}
</style>
border-color css
<style>
span { border-color: #DBB4ED; }
span { border-color: rgb(219,180,237); }
td.TdClassName
{
border-color: #DBB4ED;
}
.TagClassName
{
border-color: #DBB4ED;
}
</style>