Shades of Mauve #DBB9ED
Tints of Mauve #DBB9ED
RGB
CMYK
RGB Variations
Color information
#DBB9ED (or 0xDBB9ED) is known color: Mauve. HEX triplet: DB, B9 and ED. RGB value is (219,185,237). Sum of RGB (Red+Green+Blue) = 219+185+237=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9ED is #244612. Grayscale: #C8C8C8. Windows color (decimal): -2377235 or 15579611. OLE color: 15579611.
HSL color Cylindrical-coordinate representation of color #DBB9ED: hue angle of 279.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB9ED is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 185 | 237 | - |
CMYK | 0.08 | 0.22 | 0 | 0.07 |
HSL | 279.23º | 0.59% | 0.83% | - |
HSV(B) | 279.23º | 0.22% | 0.93% | - |
XYZ | 61.85 | 55.87 | 87.65 | - |
YUV | 201.09 | 148.26 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 237 | 0.08 | 0.22 | 0 | 0.07 | 279.23 | 0.59 | 0.83 |
Hex | DB | B9 | ED | 8 | 16 | 0 | 7 | 117 | 3B | 53 |
Octal | 333 | 271 | 355 | 10 | 26 | 0 | 7 | 427 | 73 | 123 |
Binary | 11011011 | 10111001 | 11101101 | 1000 | 10110 | 0 | 111 | 100010111 | 111011 | 1010011 |
Color Harmonies of #DBB9ED
Complementary color
Monochromatic Colors of #DBB9ED
Black with #DBB9ED
Text Example
Text Example
White with #DBB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9ED; }
p { color: rgb(219,185,237); }
H1.HeaderClassName
{
color: #DBB9ED;
}
.AnyTagClassName
{
color: #DBB9ED;
}
</style>
background-color css
<style>
a { background-color: #DBB9ED; }
a { background-color: rgb(219,185,237); }
div.DivClassName
{
background-color: #DBB9ED;
}
.BgClassName
{
background-color: #DBB9ED;
}
</style>
border-color css
<style>
span { border-color: #DBB9ED; }
span { border-color: rgb(219,185,237); }
td.TdClassName
{
border-color: #DBB9ED;
}
.TagClassName
{
border-color: #DBB9ED;
}
</style>