#DCBAEA

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

Shades of Mauve #DCBAEA

Tints of Mauve #DCBAEA

Color information

#DCBAEA (or 0xDCBAEA) is unknown color: approx Mauve. HEX triplet: DC, BA and EA. RGB value is (220,186,234). Sum of RGB (Red+Green+Blue) = 220+186+234=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 186 (73.05% from 255 or 29.06% 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 #DCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEA is #234515. Grayscale: #C9C9C9. Windows color (decimal): -2311446 or 15383260. OLE color: 15383260.

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

Color convert

RGB220186234-
CMYK0.060.2100.08
HSL282.5º53.33%82.35%-
HSV(B)282.5º20.51%91.76%-
XYZ61.9356.2785.44-
YUV201.64146.26141.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=34.38%
G=29.06%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201862340.060.2100.08282.553.3382.35
HexDCBAEA6150811a3552
Octal33427235262501043265122
Binary11011100101110101110101011010101010001000110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAEA; }

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

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

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

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

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

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

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

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