#DBB0EE

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

Shades of Mauve #DBB0EE

Tints of Mauve #DBB0EE

Color information

#DBB0EE (or 0xDBB0EE) is unknown color: approx Mauve. HEX triplet: DB, B0 and EE. RGB value is (219,176,238). Sum of RGB (Red+Green+Blue) = 219+176+238=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0EE is #244F11. Grayscale: #C3C3C3. Windows color (decimal): -2379538 or 15642843. OLE color: 15642843.

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

Color convert

RGB219176238-
CMYK0.080.2600.07
HSL281.61º64.58%81.18%-
HSV(B)281.61º26.05%93.33%-
XYZ60.1752.2887.81-
YUV195.92151.75144.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=34.60%
G=27.80%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191762380.080.2600.07281.6164.5881.18
HexDBB0EE81A0711a4151
Octal333260356103207432101121
Binary110110111011000011101110100011010011110001101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0EE; }

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

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

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

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

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

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

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

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