#DCAAEB

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

Shades of Mauve #DCAAEB

Tints of Mauve #DCAAEB

Color information

#DCAAEB (or 0xDCAAEB) is unknown color: approx Mauve. HEX triplet: DC, AA and EB. RGB value is (220,170,235). Sum of RGB (Red+Green+Blue) = 220+170+235=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAEB is #235514. Grayscale: #C0C0C0. Windows color (decimal): -2315541 or 15444700. OLE color: 15444700.

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

Color convert

RGB220170235-
CMYK0.060.2800.08
HSL286.15º61.9%79.41%-
HSV(B)286.15º27.66%92.16%-
XYZ58.8949.9685.14-
YUV192.36152.06147.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=35.2%
G=27.2%
B=37.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201702350.060.2800.08286.1561.979.41
HexDCAAEB61C0811e3e4f
Octal33425235363401043676117
Binary11011100101010101110101111011100010001000111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAEB; }

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

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

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

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

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

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

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

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