Html Css Color HEX #DCA9FF Mauve

📋 copy color: '#DCA9FF'

red 220 ◦ green 169 ◦ blue 255

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

Shades of Mauve #DCA9FF

Tints of Mauve #DCA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.24%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 34.16%
G = 26.24%
B = 39.6%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCA9FF (or 0xDCA9FF) is known color: Mauve. HEX triplet: DC, A9 and FF. RGB value is (220,169,255). Sum of RGB (Red+Green+Blue) = 220+169+255=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9FF is #235600. Grayscale: #C1C1C1. Windows color (decimal): -2315777 or 16755164. OLE color: 16755164.

HSL color Cylindrical-coordinate representation of color #DCA9FF: hue angle of 275.58º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA9FF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 169 255 -
CMYK 0.14 0.34 0 0
HSL 275.58º 1% 0.83% -
HSV(B) 275.58º 0.34% 1% -
XYZ 61.75 50.81 101.16 -
YUV 194.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 220 169 255 0.14 0.34 0 0 275.58 1 0.83
Hex DC A9 FF E 22 0 0 114 64 53
Octal 334 251 377 16 42 0 0 424 144 123
Binary 11011100 10101001 11111111 1110 100010 0 0 100010100 1100100 1010011

Color Harmonies of #DCA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9FF

Black with #DCA9FF

Text Example


Text Example

White with #DCA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9FF; }

 p { color: rgb(220,169,255); }

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

background-color css

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

 a { background-color: rgb(220,169,255); }

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

border-color css

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

 span { border-color: rgb(220,169,255); }

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