Html Css Color HEX #DCACF5 Mauve

📋 copy color: '#DCACF5'

red 220 ◦ green 172 ◦ blue 245

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

Shades of Mauve #DCACF5

Tints of Mauve #DCACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.46%

R = 34.54%
G = 27%
B = 38.46%

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

#DCACF5 (or 0xDCACF5) is known color: Mauve. HEX triplet: DC, AC and F5. RGB value is (220,172,245). Sum of RGB (Red+Green+Blue) = 220+172+245=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF5 is #23530A. Grayscale: #C2C2C2. Windows color (decimal): -2315019 or 16100572. OLE color: 16100572.

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

Color convert

RGB 220 172 245 -
CMYK 0.10 0.30 0 0.04
HSL 279.45º 0.78% 0.82% -
HSV(B) 279.45º 0.3% 0.96% -
XYZ 60.75 51.31 93.09 -
YUV 194.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 220 172 245 0.10 0.30 0 0.04 279.45 0.78 0.82
Hex DC AC F5 A 1E 0 4 117 4E 52
Octal 334 254 365 12 36 0 4 427 116 122
Binary 11011100 10101100 11110101 1010 11110 0 100 100010111 1001110 1010010

Color Harmonies of #DCACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF5

Black with #DCACF5

Text Example


Text Example

White with #DCACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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