#DCADEB

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

Shades of Mauve #DCADEB

Tints of Mauve #DCADEB

Color information

#DCADEB (or 0xDCADEB) is unknown color: approx Mauve. HEX triplet: DC, AD and EB. RGB value is (220,173,235). Sum of RGB (Red+Green+Blue) = 220+173+235=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEB is #235214. Grayscale: #C1C1C1. Windows color (decimal): -2314773 or 15445468. OLE color: 15445468.

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

Color convert

RGB220173235-
CMYK0.060.2600.08
HSL285.48º60.78%80%-
HSV(B)285.48º26.38%92.16%-
XYZ59.4551.185.33-
YUV194.12151.07146.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=35.03%
G=27.55%
B=37.42%

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
Decimal2201732350.060.2600.08285.4860.7880
HexDCADEB61A0811d3d50
Octal33425535363201043575120
Binary11011100101011011110101111011010010001000111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADEB; }

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

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

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

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

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

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

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

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