#DBBBEC

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

Shades of Mauve #DBBBEC

Tints of Mauve #DBBBEC

Color information

#DBBBEC (or 0xDBBBEC) is unknown color: approx Mauve. HEX triplet: DB, BB and EC. RGB value is (219,187,236). Sum of RGB (Red+Green+Blue) = 219+187+236=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEC is #244413. Grayscale: #C9C9C9. Windows color (decimal): -2376724 or 15514587. OLE color: 15514587.

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

Color convert

RGB219187236-
CMYK0.070.2100.07
HSL279.18º56.32%82.94%-
HSV(B)279.18º20.76%92.55%-
XYZ62.1256.6687.02-
YUV202.15147.1140.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=34.11%
G=29.13%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191872360.070.2100.07279.1856.3282.94
HexDBBBEC715071173853
Octal3332733547250742770123
Binary1101101110111011111011001111010101111000101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBEC; }

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

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

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

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

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

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

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

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