#DCBAEB

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

Shades of Mauve #DCBAEB

Tints of Mauve #DCBAEB

Color information

#DCBAEB (or 0xDCBAEB) is unknown color: approx Mauve. HEX triplet: DC, BA and EB. RGB value is (220,186,235). Sum of RGB (Red+Green+Blue) = 220+186+235=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEB is #234514. Grayscale: #C9C9C9. Windows color (decimal): -2311445 or 15448796. OLE color: 15448796.

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

Color convert

RGB220186235-
CMYK0.060.2100.08
HSL281.63º55.06%82.55%-
HSV(B)281.63º20.85%92.16%-
XYZ62.0756.3386.2-
YUV201.75146.76141.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=34.32%
G=29.02%
B=36.66%

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
Decimal2201862350.060.2100.08281.6355.0682.55
HexDCBAEB6150811a3753
Octal33427235362501043267123
Binary11011100101110101110101111010101010001000110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAEB; }

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

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

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

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

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

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

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

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