#DBB9EE

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

Shades of Mauve #DBB9EE

Tints of Mauve #DBB9EE

Color information

#DBB9EE (or 0xDBB9EE) is unknown color: approx Mauve. HEX triplet: DB, B9 and EE. RGB value is (219,185,238). Sum of RGB (Red+Green+Blue) = 219+185+238=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9EE is #244611. Grayscale: #C9C9C9. Windows color (decimal): -2377234 or 15645147. OLE color: 15645147.

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

Color convert

RGB219185238-
CMYK0.080.2200.07
HSL278.49º60.92%82.94%-
HSV(B)278.49º22.27%93.33%-
XYZ61.9955.9388.42-
YUV201.21148.76140.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=34.11%
G=28.82%
B=37.07%

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
Decimal2191852380.080.2200.07278.4960.9282.94
HexDBB9EE816071163d53
Octal33327135610260742675123
Binary11011011101110011110111010001011001111000101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9EE; }

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

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

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

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

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

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

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

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