Html Css Color HEX #DCA8EC Mauve

📋 copy color: '#DCA8EC'

red 220 ◦ green 168 ◦ blue 236

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

Shades of Mauve #DCA8EC

Tints of Mauve #DCA8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.92%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 35.26%
G = 26.92%
B = 37.82%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCA8EC (or 0xDCA8EC) is known color: Mauve. HEX triplet: DC, A8 and EC. RGB value is (220,168,236). Sum of RGB (Red+Green+Blue) = 220+168+236=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8EC is #235713. Grayscale: #BFBFBF. Windows color (decimal): -2316052 or 15509724. OLE color: 15509724.

HSL color Cylindrical-coordinate representation of color #DCA8EC: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA8EC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 168 236 -
CMYK 0.07 0.29 0 0.07
HSL 285.88º 0.64% 0.79% -
HSV(B) 285.88º 0.29% 0.93% -
XYZ 58.66 49.28 85.78 -
YUV 191.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 220 168 236 0.07 0.29 0 0.07 285.88 0.64 0.79
Hex DC A8 EC 7 1D 0 7 11E 40 4F
Octal 334 250 354 7 35 0 7 436 100 117
Binary 11011100 10101000 11101100 111 11101 0 111 100011110 1000000 1001111

Color Harmonies of #DCA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8EC

Black with #DCA8EC

Text Example


Text Example

White with #DCA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8EC; }

 p { color: rgb(220,168,236); }

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

background-color css

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

 a { background-color: rgb(220,168,236); }

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

border-color css

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

 span { border-color: rgb(220,168,236); }

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