Html Css Color HEX #DCA0EF Mauve

📋 copy color: '#DCA0EF'

red 220 ◦ green 160 ◦ blue 239

#DCA0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DCA0EF

Tints of Mauve #DCA0EF

RGB

 RED value IS 220 (86.33% from 255) = 35.54%

 GREEN value IS 160 (62.89% from 255) = 25.85%

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 35.54%
G = 25.85%
B = 38.61%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCA0EF (or 0xDCA0EF) is known color: Mauve. HEX triplet: DC, A0 and EF. RGB value is (220,160,239). Sum of RGB (Red+Green+Blue) = 220+160+239=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0EF is #235F10. Grayscale: #BABABA. Windows color (decimal): -2318097 or 15704284. OLE color: 15704284.

HSL color Cylindrical-coordinate representation of color #DCA0EF: hue angle of 285.57º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA0EF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 160 239 -
CMYK 0.08 0.33 0 0.06
HSL 285.57º 0.71% 0.78% -
HSV(B) 285.57º 0.33% 0.94% -
XYZ 57.67 46.59 87.61 -
YUV 186.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 220 160 239 0.08 0.33 0 0.06 285.57 0.71 0.78
Hex DC A0 EF 8 21 0 6 11E 47 4E
Octal 334 240 357 10 41 0 6 436 107 116
Binary 11011100 10100000 11101111 1000 100001 0 110 100011110 1000111 1001110

Color Harmonies of #DCA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0EF

Black with #DCA0EF

Text Example


Text Example

White with #DCA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0EF; }

 p { color: rgb(220,160,239); }

 H1.HeaderClassName
 {
   color: #DCA0EF;
 }
 .AnyTagClassName
 {
   color: #DCA0EF;
 }
</style>

background-color css

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

 a { background-color: rgb(220,160,239); }

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

border-color css

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

 span { border-color: rgb(220,160,239); }

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