Shades of Mauve #DBB6ED
Tints of Mauve #DBB6ED
RGB
CMYK
RGB Variations
Color information
#DBB6ED (or 0xDBB6ED) is known color: Mauve. HEX triplet: DB, B6 and ED. RGB value is (219,182,237). Sum of RGB (Red+Green+Blue) = 219+182+237=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6ED is #244912. Grayscale: #C7C7C7. Windows color (decimal): -2378003 or 15578843. OLE color: 15578843.
HSL color Cylindrical-coordinate representation of color #DBB6ED: hue angle of 280.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB6ED is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 182 | 237 | - |
CMYK | 0.08 | 0.23 | 0 | 0.07 |
HSL | 280.36º | 0.6% | 0.82% | - |
HSV(B) | 280.36º | 0.23% | 0.93% | - |
XYZ | 61.23 | 54.63 | 87.44 | - |
YUV | 199.33 | 149.26 | 142.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 237 | 0.08 | 0.23 | 0 | 0.07 | 280.36 | 0.6 | 0.82 |
Hex | DB | B6 | ED | 8 | 17 | 0 | 7 | 118 | 3C | 52 |
Octal | 333 | 266 | 355 | 10 | 27 | 0 | 7 | 430 | 74 | 122 |
Binary | 11011011 | 10110110 | 11101101 | 1000 | 10111 | 0 | 111 | 100011000 | 111100 | 1010010 |
Color Harmonies of #DBB6ED
Complementary color
Monochromatic Colors of #DBB6ED
Black with #DBB6ED
Text Example
Text Example
White with #DBB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6ED; }
p { color: rgb(219,182,237); }
H1.HeaderClassName
{
color: #DBB6ED;
}
.AnyTagClassName
{
color: #DBB6ED;
}
</style>
background-color css
<style>
a { background-color: #DBB6ED; }
a { background-color: rgb(219,182,237); }
div.DivClassName
{
background-color: #DBB6ED;
}
.BgClassName
{
background-color: #DBB6ED;
}
</style>
border-color css
<style>
span { border-color: #DBB6ED; }
span { border-color: rgb(219,182,237); }
td.TdClassName
{
border-color: #DBB6ED;
}
.TagClassName
{
border-color: #DBB6ED;
}
</style>