#DBBAED

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

Shades of Mauve #DBBAED

Tints of Mauve #DBBAED

Color information

#DBBAED (or 0xDBBAED) is unknown color: approx Mauve. HEX triplet: DB, BA and ED. RGB value is (219,186,237). Sum of RGB (Red+Green+Blue) = 219+186+237=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAED is #244512. Grayscale: #C9C9C9. Windows color (decimal): -2376979 or 15579867. OLE color: 15579867.

HSL color Cylindrical-coordinate representation of color #DBBAED: hue angle of 278.82º 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 #DBBAED is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219186237-
CMYK0.080.2200.07
HSL278.82º58.62%82.94%-
HSV(B)278.82º21.52%92.94%-
XYZ62.0656.2987.72-
YUV201.68147.93140.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=34.11%
G=28.97%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191862370.080.2200.07278.8258.6282.94
HexDBBAED816071173b53
Octal33327235510260742773123
Binary11011011101110101110110110001011001111000101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAED; }

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

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

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

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

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

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

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

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