#DBB4EE

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

Shades of Mauve #DBB4EE

Tints of Mauve #DBB4EE

Color information

#DBB4EE (or 0xDBB4EE) is unknown color: approx Mauve. HEX triplet: DB, B4 and EE. RGB value is (219,180,238). Sum of RGB (Red+Green+Blue) = 219+180+238=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4EE is #244B11. Grayscale: #C6C6C6. Windows color (decimal): -2378514 or 15643867. OLE color: 15643867.

HSL color Cylindrical-coordinate representation of color #DBB4EE: hue angle of 280.34º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB4EE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219180238-
CMYK0.080.2400.07
HSL280.34º63.04%81.96%-
HSV(B)280.34º24.37%93.33%-
XYZ60.9753.8888.07-
YUV198.27150.42142.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 28.26%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=34.38%
G=28.26%
B=37.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191802380.080.2400.07280.3463.0481.96
HexDBB4EE818071183f52
Octal33326435610300743077122
Binary11011011101101001110111010001100001111000110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4EE; }

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

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

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

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

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

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

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

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