Html Css Color HEX #DCACF6 Mauve

📋 copy color: '#DCACF6'

red 220 ◦ green 172 ◦ blue 246

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

Shades of Mauve #DCACF6

Tints of Mauve #DCACF6

RGB

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

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

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

R = 34.48%
G = 26.96%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCACF6 (or 0xDCACF6) is known color: Mauve. HEX triplet: DC, AC and F6. RGB value is (220,172,246). Sum of RGB (Red+Green+Blue) = 220+172+246=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF6 is #235309. Grayscale: #C2C2C2. Windows color (decimal): -2315018 or 16166108. OLE color: 16166108.

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

Color convert

RGB 220 172 246 -
CMYK 0.11 0.30 0 0.04
HSL 278.92º 0.8% 0.82% -
HSV(B) 278.92º 0.3% 0.96% -
XYZ 60.9 51.37 93.9 -
YUV 194.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 220 172 246 0.11 0.30 0 0.04 278.92 0.8 0.82
Hex DC AC F6 B 1E 0 4 117 50 52
Octal 334 254 366 13 36 0 4 427 120 122
Binary 11011100 10101100 11110110 1011 11110 0 100 100010111 1010000 1010010

Color Harmonies of #DCACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF6

Black with #DCACF6

Text Example


Text Example

White with #DCACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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