Html Css Color HEX #DCAAF1 Mauve

📋 copy color: '#DCAAF1'

red 220 ◦ green 170 ◦ blue 241

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

Shades of Mauve #DCAAF1

Tints of Mauve #DCAAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 34.87%
G = 26.94%
B = 38.19%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCAAF1 (or 0xDCAAF1) is known color: Mauve. HEX triplet: DC, AA and F1. RGB value is (220,170,241). Sum of RGB (Red+Green+Blue) = 220+170+241=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAF1 is #23550E. Grayscale: #C0C0C0. Windows color (decimal): -2315535 or 15837916. OLE color: 15837916.

HSL color Cylindrical-coordinate representation of color #DCAAF1: hue angle of 282.25º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAAF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 170 241 -
CMYK 0.09 0.29 0 0.05
HSL 282.25º 0.72% 0.81% -
HSV(B) 282.25º 0.29% 0.95% -
XYZ 59.77 50.32 89.78 -
YUV 193.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 220 170 241 0.09 0.29 0 0.05 282.25 0.72 0.81
Hex DC AA F1 9 1D 0 5 11A 48 51
Octal 334 252 361 11 35 0 5 432 110 121
Binary 11011100 10101010 11110001 1001 11101 0 101 100011010 1001000 1010001

Color Harmonies of #DCAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAF1

Black with #DCAAF1

Text Example


Text Example

White with #DCAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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