#DCBBEA

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

Shades of Mauve #DCBBEA

Tints of Mauve #DCBBEA

Color information

#DCBBEA (or 0xDCBBEA) is unknown color: approx Mauve. HEX triplet: DC, BB and EA. RGB value is (220,187,234). Sum of RGB (Red+Green+Blue) = 220+187+234=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEA is #234415. Grayscale: #CACACA. Windows color (decimal): -2311190 or 15383516. OLE color: 15383516.

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

Color convert

RGB220187234-
CMYK0.060.2000.08
HSL282.13º52.81%82.55%-
HSV(B)282.13º20.09%91.76%-
XYZ62.1456.785.51-
YUV202.22145.93140.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=34.32%
G=29.17%
B=36.51%

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
Decimal2201872340.060.2000.08282.1352.8182.55
HexDCBBEA6140811a3553
Octal33427335262401043265123
Binary11011100101110111110101011010100010001000110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBEA; }

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

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

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

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

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

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

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

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