Html Css Color HEX #DCA2EE Mauve

📋 copy color: '#DCA2EE'

red 220 ◦ green 162 ◦ blue 238

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

Shades of Mauve #DCA2EE

Tints of Mauve #DCA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 35.48%
G = 26.13%
B = 38.39%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCA2EE (or 0xDCA2EE) is known color: Mauve. HEX triplet: DC, A2 and EE. RGB value is (220,162,238). Sum of RGB (Red+Green+Blue) = 220+162+238=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2EE is #235D11. Grayscale: #BBBBBB. Windows color (decimal): -2317586 or 15639260. OLE color: 15639260.

HSL color Cylindrical-coordinate representation of color #DCA2EE: hue angle of 285.79º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA2EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 162 238 -
CMYK 0.08 0.32 0 0.07
HSL 285.79º 0.69% 0.78% -
HSV(B) 285.79º 0.32% 0.93% -
XYZ 57.87 47.23 86.96 -
YUV 188.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 220 162 238 0.08 0.32 0 0.07 285.79 0.69 0.78
Hex DC A2 EE 8 20 0 7 11E 45 4E
Octal 334 242 356 10 40 0 7 436 105 116
Binary 11011100 10100010 11101110 1000 100000 0 111 100011110 1000101 1001110

Color Harmonies of #DCA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA2EE

Black with #DCA2EE

Text Example


Text Example

White with #DCA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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