Html Css Color HEX #DCA5ED Mauve

📋 copy color: '#DCA5ED'

red 220 ◦ green 165 ◦ blue 237

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

Shades of Mauve #DCA5ED

Tints of Mauve #DCA5ED

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.53%

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 35.37%
G = 26.53%
B = 38.1%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCA5ED (or 0xDCA5ED) is known color: Mauve. HEX triplet: DC, A5 and ED. RGB value is (220,165,237). Sum of RGB (Red+Green+Blue) = 220+165+237=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5ED is #235A12. Grayscale: #BDBDBD. Windows color (decimal): -2316819 or 15574492. OLE color: 15574492.

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

Color convert

RGB 220 165 237 -
CMYK 0.07 0.30 0 0.07
HSL 285.83º 0.67% 0.79% -
HSV(B) 285.83º 0.3% 0.93% -
XYZ 58.26 48.24 86.36 -
YUV 189.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 220 165 237 0.07 0.30 0 0.07 285.83 0.67 0.79
Hex DC A5 ED 7 1E 0 7 11E 43 4F
Octal 334 245 355 7 36 0 7 436 103 117
Binary 11011100 10100101 11101101 111 11110 0 111 100011110 1000011 1001111

Color Harmonies of #DCA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5ED

Black with #DCA5ED

Text Example


Text Example

White with #DCA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5ED; }

 p { color: rgb(220,165,237); }

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

background-color css

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

 a { background-color: rgb(220,165,237); }

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

border-color css

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

 span { border-color: rgb(220,165,237); }

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