#DBBBEA

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

Shades of Mauve #DBBBEA

Tints of Mauve #DBBBEA

Color information

#DBBBEA (or 0xDBBBEA) is unknown color: approx Mauve. HEX triplet: DB, BB and EA. RGB value is (219,187,234). Sum of RGB (Red+Green+Blue) = 219+187+234=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEA is #244415. Grayscale: #C9C9C9. Windows color (decimal): -2376726 or 15383515. OLE color: 15383515.

HSL color Cylindrical-coordinate representation of color #DBBBEA: hue angle of 280.85º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBBEA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219187234-
CMYK0.060.2000.08
HSL280.85º52.81%82.55%-
HSV(B)280.85º20.09%91.76%-
XYZ61.8456.5485.5-
YUV201.93146.1140.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=34.22%
G=29.22%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191872340.060.2000.08280.8552.8182.55
HexDBBBEA614081193553
Octal33327335262401043165123
Binary11011011101110111110101011010100010001000110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBEA; }

 p { color: rgb(219,187,234); }

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

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

 a { background-color: rgb(219,187,234); }

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

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

 span { border-color: rgb(219,187,234); }

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