Html Css Color HEX #DCACF2 Mauve

📋 copy color: '#DCACF2'

red 220 ◦ green 172 ◦ blue 242

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

Shades of Mauve #DCACF2

Tints of Mauve #DCACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 34.7%
G = 27.13%
B = 38.17%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCACF2 (or 0xDCACF2) is known color: Mauve. HEX triplet: DC, AC and F2. RGB value is (220,172,242). Sum of RGB (Red+Green+Blue) = 220+172+242=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF2 is #23530D. Grayscale: #C2C2C2. Windows color (decimal): -2315022 or 15903964. OLE color: 15903964.

HSL color Cylindrical-coordinate representation of color #DCACF2: hue angle of 281.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCACF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 172 242 -
CMYK 0.09 0.29 0 0.05
HSL 281.14º 0.73% 0.81% -
HSV(B) 281.14º 0.29% 0.95% -
XYZ 60.29 51.13 90.7 -
YUV 194.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 220 172 242 0.09 0.29 0 0.05 281.14 0.73 0.81
Hex DC AC F2 9 1D 0 5 119 49 51
Octal 334 254 362 11 35 0 5 431 111 121
Binary 11011100 10101100 11110010 1001 11101 0 101 100011001 1001001 1010001

Color Harmonies of #DCACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF2

Black with #DCACF2

Text Example


Text Example

White with #DCACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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