Shades of Mauve #DBB8ED
Tints of Mauve #DBB8ED
RGB
CMYK
RGB Variations
Color information
#DBB8ED (or 0xDBB8ED) is known color: Mauve. HEX triplet: DB, B8 and ED. RGB value is (219,184,237). Sum of RGB (Red+Green+Blue) = 219+184+237=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8ED is #244712. Grayscale: #C8C8C8. Windows color (decimal): -2377491 or 15579355. OLE color: 15579355.
HSL color Cylindrical-coordinate representation of color #DBB8ED: hue angle of 279.62º degrees, saturation: 0.6, 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 #DBB8ED is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 184 | 237 | - |
CMYK | 0.08 | 0.22 | 0 | 0.07 |
HSL | 279.62º | 0.6% | 0.83% | - |
HSV(B) | 279.62º | 0.22% | 0.93% | - |
XYZ | 61.64 | 55.46 | 87.58 | - |
YUV | 200.51 | 148.6 | 141.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 184 | 237 | 0.08 | 0.22 | 0 | 0.07 | 279.62 | 0.6 | 0.83 |
Hex | DB | B8 | ED | 8 | 16 | 0 | 7 | 118 | 3C | 53 |
Octal | 333 | 270 | 355 | 10 | 26 | 0 | 7 | 430 | 74 | 123 |
Binary | 11011011 | 10111000 | 11101101 | 1000 | 10110 | 0 | 111 | 100011000 | 111100 | 1010011 |
Color Harmonies of #DBB8ED
Complementary color
Monochromatic Colors of #DBB8ED
Black with #DBB8ED
Text Example
Text Example
White with #DBB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8ED; }
p { color: rgb(219,184,237); }
H1.HeaderClassName
{
color: #DBB8ED;
}
.AnyTagClassName
{
color: #DBB8ED;
}
</style>
background-color css
<style>
a { background-color: #DBB8ED; }
a { background-color: rgb(219,184,237); }
div.DivClassName
{
background-color: #DBB8ED;
}
.BgClassName
{
background-color: #DBB8ED;
}
</style>
border-color css
<style>
span { border-color: #DBB8ED; }
span { border-color: rgb(219,184,237); }
td.TdClassName
{
border-color: #DBB8ED;
}
.TagClassName
{
border-color: #DBB8ED;
}
</style>