Html Css Color HEX #DCABF4 Mauve

📋 copy color: '#DCABF4'

red 220 ◦ green 171 ◦ blue 244

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

Shades of Mauve #DCABF4

Tints of Mauve #DCABF4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.93%

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

R = 34.65%
G = 26.93%
B = 38.43%

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

#DCABF4 (or 0xDCABF4) is known color: Mauve. HEX triplet: DC, AB and F4. RGB value is (220,171,244). Sum of RGB (Red+Green+Blue) = 220+171+244=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF4 is #23540B. Grayscale: #C1C1C1. Windows color (decimal): -2315276 or 16034780. OLE color: 16034780.

HSL color Cylindrical-coordinate representation of color #DCABF4: hue angle of 280.27º 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 #DCABF4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 171 244 -
CMYK 0.10 0.30 0 0.04
HSL 280.27º 0.77% 0.81% -
HSV(B) 280.27º 0.3% 0.96% -
XYZ 60.41 50.87 92.22 -
YUV 193.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 220 171 244 0.10 0.30 0 0.04 280.27 0.77 0.81
Hex DC AB F4 A 1E 0 4 118 4D 51
Octal 334 253 364 12 36 0 4 430 115 121
Binary 11011100 10101011 11110100 1010 11110 0 100 100011000 1001101 1010001

Color Harmonies of #DCABF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABF4

Black with #DCABF4

Text Example


Text Example

White with #DCABF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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