Html Css Color HEX #DCA3EE Mauve

📋 copy color: '#DCA3EE'

red 220 ◦ green 163 ◦ blue 238

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

Shades of Mauve #DCA3EE

Tints of Mauve #DCA3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.25%

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

R = 35.43%
G = 26.25%
B = 38.33%

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

#DCA3EE (or 0xDCA3EE) is known color: Mauve. HEX triplet: DC, A3 and EE. RGB value is (220,163,238). Sum of RGB (Red+Green+Blue) = 220+163+238=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3EE is #235C11. Grayscale: #BCBCBC. Windows color (decimal): -2317330 or 15639516. OLE color: 15639516.

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

Color convert

RGB 220 163 238 -
CMYK 0.08 0.32 0 0.07
HSL 285.6º 0.69% 0.79% -
HSV(B) 285.6º 0.32% 0.93% -
XYZ 58.05 47.58 87.01 -
YUV 188.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 220 163 238 0.08 0.32 0 0.07 285.6 0.69 0.79
Hex DC A3 EE 8 20 0 7 11E 45 4F
Octal 334 243 356 10 40 0 7 436 105 117
Binary 11011100 10100011 11101110 1000 100000 0 111 100011110 1000101 1001111

Color Harmonies of #DCA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA3EE

Black with #DCA3EE

Text Example


Text Example

White with #DCA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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