#DBBAEE

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

Shades of Mauve #DBBAEE

Tints of Mauve #DBBAEE

Color information

#DBBAEE (or 0xDBBAEE) is unknown color: approx Mauve. HEX triplet: DB, BA and EE. RGB value is (219,186,238). Sum of RGB (Red+Green+Blue) = 219+186+238=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEE is #244511. Grayscale: #C9C9C9. Windows color (decimal): -2376978 or 15645403. OLE color: 15645403.

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

Color convert

RGB219186238-
CMYK0.080.2200.07
HSL278.08º60.47%83.14%-
HSV(B)278.08º21.85%93.33%-
XYZ62.256.3588.49-
YUV201.8148.43140.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=34.06%
G=28.93%
B=37.01%

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
Decimal2191862380.080.2200.07278.0860.4783.14
HexDBBAEE816071163c53
Octal33327235610260742674123
Binary11011011101110101110111010001011001111000101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAEE; }

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

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

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

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

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

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

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

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