#DCBAE9

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

Shades of Mauve #DCBAE9

Tints of Mauve #DCBAE9

Color information

#DCBAE9 (or 0xDCBAE9) is unknown color: approx Mauve. HEX triplet: DC, BA and E9. RGB value is (220,186,233). Sum of RGB (Red+Green+Blue) = 220+186+233=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE9 is #234516. Grayscale: #C9C9C9. Windows color (decimal): -2311447 or 15317724. OLE color: 15317724.

HSL color Cylindrical-coordinate representation of color #DCBAE9: hue angle of 283.4º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBAE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220186233-
CMYK0.060.2000.09
HSL283.4º51.65%82.16%-
HSV(B)283.4º20.17%91.37%-
XYZ61.7856.2284.69-
YUV201.52145.76141.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=34.43%
G=29.11%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201862330.060.2000.09283.451.6582.16
HexDCBAE96140911b3452
Octal33427235162401143364122
Binary11011100101110101110100111010100010011000110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAE9; }

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

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

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

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

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

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

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

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