Html Css Color HEX #DCACF0 Mauve

📋 copy color: '#DCACF0'

red 220 ◦ green 172 ◦ blue 240

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

Shades of Mauve #DCACF0

Tints of Mauve #DCACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 34.81%
G = 27.22%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCACF0 (or 0xDCACF0) is known color: Mauve. HEX triplet: DC, AC and F0. RGB value is (220,172,240). Sum of RGB (Red+Green+Blue) = 220+172+240=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF0 is #23530F. Grayscale: #C1C1C1. Windows color (decimal): -2315024 or 15772892. OLE color: 15772892.

HSL color Cylindrical-coordinate representation of color #DCACF0: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCACF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 172 240 -
CMYK 0.08 0.28 0 0.06
HSL 282.35º 0.69% 0.81% -
HSV(B) 282.35º 0.28% 0.94% -
XYZ 60 51.01 89.12 -
YUV 194.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 220 172 240 0.08 0.28 0 0.06 282.35 0.69 0.81
Hex DC AC F0 8 1C 0 6 11A 45 51
Octal 334 254 360 10 34 0 6 432 105 121
Binary 11011100 10101100 11110000 1000 11100 0 110 100011010 1000101 1010001

Color Harmonies of #DCACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF0

Black with #DCACF0

Text Example


Text Example

White with #DCACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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