Html Css Color HEX #DCA6FF Mauve

📋 copy color: '#DCA6FF'

red 220 ◦ green 166 ◦ blue 255

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

Shades of Mauve #DCA6FF

Tints of Mauve #DCA6FF

RGB

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

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

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

R = 34.32%
G = 25.9%
B = 39.78%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCA6FF (or 0xDCA6FF) is known color: Mauve. HEX triplet: DC, A6 and FF. RGB value is (220,166,255). Sum of RGB (Red+Green+Blue) = 220+166+255=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6FF is #235900. Grayscale: #BFBFBF. Windows color (decimal): -2316545 or 16754396. OLE color: 16754396.

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

Color convert

RGB 220 166 255 -
CMYK 0.14 0.35 0 0
HSL 276.4º 1% 0.83% -
HSV(B) 276.4º 0.35% 1% -
XYZ 61.2 49.71 100.98 -
YUV 192.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 220 166 255 0.14 0.35 0 0 276.4 1 0.83
Hex DC A6 FF E 23 0 0 114 64 53
Octal 334 246 377 16 43 0 0 424 144 123
Binary 11011100 10100110 11111111 1110 100011 0 0 100010100 1100100 1010011

Color Harmonies of #DCA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6FF

Black with #DCA6FF

Text Example


Text Example

White with #DCA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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