Html Css Color HEX #DCACEF Mauve

📋 copy color: '#DCACEF'

red 220 ◦ green 172 ◦ blue 239

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

Shades of Mauve #DCACEF

Tints of Mauve #DCACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 34.87%
G = 27.26%
B = 37.88%

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

#DCACEF (or 0xDCACEF) is known color: Mauve. HEX triplet: DC, AC and EF. RGB value is (220,172,239). Sum of RGB (Red+Green+Blue) = 220+172+239=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACEF is #235310. Grayscale: #C1C1C1. Windows color (decimal): -2315025 or 15707356. OLE color: 15707356.

HSL color Cylindrical-coordinate representation of color #DCACEF: hue angle of 282.99º degrees, saturation: 0.68, 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 #DCACEF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 172 239 -
CMYK 0.08 0.28 0 0.06
HSL 282.99º 0.68% 0.81% -
HSV(B) 282.99º 0.28% 0.94% -
XYZ 59.85 50.95 88.34 -
YUV 193.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 220 172 239 0.08 0.28 0 0.06 282.99 0.68 0.81
Hex DC AC EF 8 1C 0 6 11B 44 51
Octal 334 254 357 10 34 0 6 433 104 121
Binary 11011100 10101100 11101111 1000 11100 0 110 100011011 1000100 1010001

Color Harmonies of #DCACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACEF

Black with #DCACEF

Text Example


Text Example

White with #DCACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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