Html Css Color HEX #DCA6ED Mauve

📋 copy color: '#DCA6ED'

red 220 ◦ green 166 ◦ blue 237

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

Shades of Mauve #DCA6ED

Tints of Mauve #DCA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.65%

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

R = 35.31%
G = 26.65%
B = 38.04%

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

#DCA6ED (or 0xDCA6ED) is known color: Mauve. HEX triplet: DC, A6 and ED. RGB value is (220,166,237). Sum of RGB (Red+Green+Blue) = 220+166+237=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6ED is #235912. Grayscale: #BEBEBE. Windows color (decimal): -2316563 or 15574748. OLE color: 15574748.

HSL color Cylindrical-coordinate representation of color #DCA6ED: hue angle of 285.63º degrees, saturation: 0.66, 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 #DCA6ED is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 166 237 -
CMYK 0.07 0.30 0 0.07
HSL 285.63º 0.66% 0.79% -
HSV(B) 285.63º 0.3% 0.93% -
XYZ 58.44 48.6 86.42 -
YUV 190.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 220 166 237 0.07 0.30 0 0.07 285.63 0.66 0.79
Hex DC A6 ED 7 1E 0 7 11E 42 4F
Octal 334 246 355 7 36 0 7 436 102 117
Binary 11011100 10100110 11101101 111 11110 0 111 100011110 1000010 1001111

Color Harmonies of #DCA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6ED

Black with #DCA6ED

Text Example


Text Example

White with #DCA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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