Html Css Color HEX #DCACF7 Mauve

📋 copy color: '#DCACF7'

red 220 ◦ green 172 ◦ blue 247

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

Shades of Mauve #DCACF7

Tints of Mauve #DCACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.92%

 BLUE value IS 247 (96.88% from 255) = 38.65%

R = 34.43%
G = 26.92%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCACF7 (or 0xDCACF7) is known color: Mauve. HEX triplet: DC, AC and F7. RGB value is (220,172,247). Sum of RGB (Red+Green+Blue) = 220+172+247=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF7 is #235308. Grayscale: #C2C2C2. Windows color (decimal): -2315017 or 16231644. OLE color: 16231644.

HSL color Cylindrical-coordinate representation of color #DCACF7: hue angle of 278.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCACF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 172 247 -
CMYK 0.11 0.30 0 0.03
HSL 278.4º 0.82% 0.82% -
HSV(B) 278.4º 0.3% 0.97% -
XYZ 61.06 51.44 94.71 -
YUV 194.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 220 172 247 0.11 0.30 0 0.03 278.4 0.82 0.82
Hex DC AC F7 B 1E 0 3 116 52 52
Octal 334 254 367 13 36 0 3 426 122 122
Binary 11011100 10101100 11110111 1011 11110 0 11 100010110 1010010 1010010

Color Harmonies of #DCACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF7

Black with #DCACF7

Text Example


Text Example

White with #DCACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF7; }

 p { color: rgb(220,172,247); }

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

background-color css

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

 a { background-color: rgb(220,172,247); }

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

border-color css

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

 span { border-color: rgb(220,172,247); }

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