Shades of Mauve #DBBBEC
Tints of Mauve #DBBBEC
RGB
CMYK
RGB Variations
Color information
#DBBBEC (or 0xDBBBEC) is known color: Mauve. HEX triplet: DB, BB and EC. RGB value is (219,187,236). Sum of RGB (Red+Green+Blue) = 219+187+236=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEC is #244413. Grayscale: #C9C9C9. Windows color (decimal): -2376724 or 15514587. OLE color: 15514587.
HSL color Cylindrical-coordinate representation of color #DBBBEC: hue angle of 279.18º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBBEC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 187 | 236 | - |
CMYK | 0.07 | 0.21 | 0 | 0.07 |
HSL | 279.18º | 0.56% | 0.83% | - |
HSV(B) | 279.18º | 0.21% | 0.93% | - |
XYZ | 62.12 | 56.66 | 87.02 | - |
YUV | 202.15 | 147.1 | 140.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 187 | 236 | 0.07 | 0.21 | 0 | 0.07 | 279.18 | 0.56 | 0.83 |
Hex | DB | BB | EC | 7 | 15 | 0 | 7 | 117 | 38 | 53 |
Octal | 333 | 273 | 354 | 7 | 25 | 0 | 7 | 427 | 70 | 123 |
Binary | 11011011 | 10111011 | 11101100 | 111 | 10101 | 0 | 111 | 100010111 | 111000 | 1010011 |
Color Harmonies of #DBBBEC
Complementary color
Monochromatic Colors of #DBBBEC
Black with #DBBBEC
Text Example
Text Example
White with #DBBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBEC; }
p { color: rgb(219,187,236); }
H1.HeaderClassName
{
color: #DBBBEC;
}
.AnyTagClassName
{
color: #DBBBEC;
}
</style>
background-color css
<style>
a { background-color: #DBBBEC; }
a { background-color: rgb(219,187,236); }
div.DivClassName
{
background-color: #DBBBEC;
}
.BgClassName
{
background-color: #DBBBEC;
}
</style>
border-color css
<style>
span { border-color: #DBBBEC; }
span { border-color: rgb(219,187,236); }
td.TdClassName
{
border-color: #DBBBEC;
}
.TagClassName
{
border-color: #DBBBEC;
}
</style>