#DCAEEB

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

Shades of Mauve #DCAEEB

Tints of Mauve #DCAEEB

Color information

#DCAEEB (or 0xDCAEEB) is unknown color: approx Mauve. HEX triplet: DC, AE and EB. RGB value is (220,174,235). Sum of RGB (Red+Green+Blue) = 220+174+235=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEB is #235114. Grayscale: #C2C2C2. Windows color (decimal): -2314517 or 15445724. OLE color: 15445724.

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

Color convert

RGB220174235-
CMYK0.060.2600.08
HSL285.25º60.4%80.2%-
HSV(B)285.25º25.96%92.16%-
XYZ59.6551.4985.39-
YUV194.71150.74146.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=34.98%
G=27.66%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201742350.060.2600.08285.2560.480.2
HexDCAEEB61A0811d3c50
Octal33425635363201043574120
Binary11011100101011101110101111011010010001000111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEEB; }

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

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

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

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

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

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

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

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