#DBBAEC

Color #DBBAEC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DBBAEC

Tints of Mauve #DBBAEC

Color information

#DBBAEC (or 0xDBBAEC) is unknown color: approx Mauve. HEX triplet: DB, BA and EC. RGB value is (219,186,236). Sum of RGB (Red+Green+Blue) = 219+186+236=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEC is #244513. Grayscale: #C9C9C9. Windows color (decimal): -2376980 or 15514331. OLE color: 15514331.

HSL color Cylindrical-coordinate representation of color #DBBAEC: hue angle of 279.6º degrees, saturation: 0.57, 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 #DBBAEC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219186236-
CMYK0.070.2100.07
HSL279.6º56.82%82.75%-
HSV(B)279.6º21.19%92.55%-
XYZ61.9156.2386.95-
YUV201.57147.43140.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=34.17%
G=29.02%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191862360.070.2100.07279.656.8282.75
HexDBBAEC715071183953
Octal3332723547250743071123
Binary1101101110111010111011001111010101111000110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAEC; }

 p { color: rgb(219,186,236); }

 H1.HeaderClassName
 {
   color: #DBBAEC;
 }
 .AnyTagClassName
 {
   color: #DBBAEC;
 }
</style>
background-color css

<style>
 a { background-color: #DBBAEC; }

 a { background-color: rgb(219,186,236); }

 div.DivClassName
 {
   background-color: #DBBAEC;
 }
 .BgClassName
 {
   background-color: #DBBAEC;
 }
</style>
border-color css

<style>
 span { border-color: #DBBAEC; }

 span { border-color: rgb(219,186,236); }

 td.TdClassName
 {
   border-color: #DBBAEC;
 }
 .TagClassName
 {
   border-color: #DBBAEC;
 }
</style>