#DCBCEA

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

Shades of Mauve #DCBCEA

Tints of Mauve #DCBCEA

Color information

#DCBCEA (or 0xDCBCEA) is unknown color: approx Mauve. HEX triplet: DC, BC and EA. RGB value is (220,188,234). Sum of RGB (Red+Green+Blue) = 220+188+234=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCEA is #234315. Grayscale: #CACACA. Windows color (decimal): -2310934 or 15383772. OLE color: 15383772.

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

Color convert

RGB220188234-
CMYK0.060.2000.08
HSL281.74º52.27%82.75%-
HSV(B)281.74º19.66%91.76%-
XYZ62.3557.1285.58-
YUV202.81145.6140.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=34.27%
G=29.28%
B=36.45%

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
Decimal2201882340.060.2000.08281.7452.2782.75
HexDCBCEA6140811a3453
Octal33427435262401043264123
Binary11011100101111001110101011010100010001000110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCEA; }

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

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

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

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

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

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

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

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