#DBBBEB

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

Shades of Mauve #DBBBEB

Tints of Mauve #DBBBEB

Color information

#DBBBEB (or 0xDBBBEB) is unknown color: approx Mauve. HEX triplet: DB, BB and EB. RGB value is (219,187,235). Sum of RGB (Red+Green+Blue) = 219+187+235=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEB is #244414. Grayscale: #C9C9C9. Windows color (decimal): -2376725 or 15449051. OLE color: 15449051.

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

Color convert

RGB219187235-
CMYK0.070.2000.08
HSL280º54.55%82.75%-
HSV(B)280º20.43%92.16%-
XYZ61.9856.686.26-
YUV202.04146.6140.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=34.17%
G=29.17%
B=36.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191872350.070.2000.0828054.5582.75
HexDBBBEB714081183753
Octal33327335372401043067123
Binary11011011101110111110101111110100010001000110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBEB; }

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

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

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

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

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

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

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

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