Html Css Color HEX #DCA2EF Mauve

📋 copy color: '#DCA2EF'

red 220 ◦ green 162 ◦ blue 239

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

Shades of Mauve #DCA2EF

Tints of Mauve #DCA2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

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

R = 35.43%
G = 26.09%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCA2EF (or 0xDCA2EF) is known color: Mauve. HEX triplet: DC, A2 and EF. RGB value is (220,162,239). Sum of RGB (Red+Green+Blue) = 220+162+239=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2EF is #235D10. Grayscale: #BBBBBB. Windows color (decimal): -2317585 or 15704796. OLE color: 15704796.

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

Color convert

RGB 220 162 239 -
CMYK 0.08 0.32 0 0.06
HSL 285.19º 0.71% 0.79% -
HSV(B) 285.19º 0.32% 0.94% -
XYZ 58.02 47.29 87.73 -
YUV 188.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 220 162 239 0.08 0.32 0 0.06 285.19 0.71 0.79
Hex DC A2 EF 8 20 0 6 11D 47 4F
Octal 334 242 357 10 40 0 6 435 107 117
Binary 11011100 10100010 11101111 1000 100000 0 110 100011101 1000111 1001111

Color Harmonies of #DCA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2EF

Black with #DCA2EF

Text Example


Text Example

White with #DCA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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