Html Css Color HEX #DCAAF6 Mauve

📋 copy color: '#DCAAF6'

red 220 ◦ green 170 ◦ blue 246

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

Shades of Mauve #DCAAF6

Tints of Mauve #DCAAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.73%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 34.59%
G = 26.73%
B = 38.68%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCAAF6 (or 0xDCAAF6) is known color: Mauve. HEX triplet: DC, AA and F6. RGB value is (220,170,246). Sum of RGB (Red+Green+Blue) = 220+170+246=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF6 is #235509. Grayscale: #C1C1C1. Windows color (decimal): -2315530 or 16165596. OLE color: 16165596.

HSL color Cylindrical-coordinate representation of color #DCAAF6: hue angle of 279.47º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAAF6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 170 246 -
CMYK 0.11 0.31 0 0.04
HSL 279.47º 0.81% 0.82% -
HSV(B) 279.47º 0.31% 0.96% -
XYZ 60.52 50.62 93.77 -
YUV 193.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 220 170 246 0.11 0.31 0 0.04 279.47 0.81 0.82
Hex DC AA F6 B 1F 0 4 117 51 52
Octal 334 252 366 13 37 0 4 427 121 122
Binary 11011100 10101010 11110110 1011 11111 0 100 100010111 1010001 1010010

Color Harmonies of #DCAAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAF6

Black with #DCAAF6

Text Example


Text Example

White with #DCAAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAF6; }

 p { color: rgb(220,170,246); }

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

background-color css

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

 a { background-color: rgb(220,170,246); }

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

border-color css

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

 span { border-color: rgb(220,170,246); }

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