Html Css Color HEX #DCAAF4 Mauve

📋 copy color: '#DCAAF4'

red 220 ◦ green 170 ◦ blue 244

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

Shades of Mauve #DCAAF4

Tints of Mauve #DCAAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 34.7%
G = 26.81%
B = 38.49%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCAAF4 (or 0xDCAAF4) is known color: Mauve. HEX triplet: DC, AA and F4. RGB value is (220,170,244). Sum of RGB (Red+Green+Blue) = 220+170+244=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF4 is #23550B. Grayscale: #C1C1C1. Windows color (decimal): -2315532 or 16034524. OLE color: 16034524.

HSL color Cylindrical-coordinate representation of color #DCAAF4: hue angle of 280.54º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAAF4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 170 244 -
CMYK 0.10 0.30 0 0.04
HSL 280.54º 0.77% 0.81% -
HSV(B) 280.54º 0.3% 0.96% -
XYZ 60.22 50.5 92.16 -
YUV 193.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 220 170 244 0.10 0.30 0 0.04 280.54 0.77 0.81
Hex DC AA F4 A 1E 0 4 119 4D 51
Octal 334 252 364 12 36 0 4 431 115 121
Binary 11011100 10101010 11110100 1010 11110 0 100 100011001 1001101 1010001

Color Harmonies of #DCAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAF4

Black with #DCAAF4

Text Example


Text Example

White with #DCAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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