#DBB8EE

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

Shades of Mauve #DBB8EE

Tints of Mauve #DBB8EE

Color information

#DBB8EE (or 0xDBB8EE) is unknown color: approx Mauve. HEX triplet: DB, B8 and EE. RGB value is (219,184,238). Sum of RGB (Red+Green+Blue) = 219+184+238=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8EE is #244711. Grayscale: #C8C8C8. Windows color (decimal): -2377490 or 15644891. OLE color: 15644891.

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

Color convert

RGB219184238-
CMYK0.080.2300.07
HSL278.89º61.36%82.75%-
HSV(B)278.89º22.69%93.33%-
XYZ61.7955.5188.35-
YUV200.62149.1141.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=34.17%
G=28.71%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191842380.080.2300.07278.8961.3682.75
HexDBB8EE817071173d53
Octal33327035610270742775123
Binary11011011101110001110111010001011101111000101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8EE; }

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

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

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

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

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

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

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

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