Html Css Color HEX #DCACE2 Plum

📋 copy color: '#DCACE2'

red 220 ◦ green 172 ◦ blue 226

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

Shades of Plum #DCACE2

Tints of Plum #DCACE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 35.6%
G = 27.83%
B = 36.57%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCACE2 (or 0xDCACE2) is known color: Plum. HEX triplet: DC, AC and E2. RGB value is (220,172,226). Sum of RGB (Red+Green+Blue) = 220+172+226=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE2 is #23531D. Grayscale: #C0C0C0. Windows color (decimal): -2315038 or 14855388. OLE color: 14855388.

HSL color Cylindrical-coordinate representation of color #DCACE2: hue angle of 293.33º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCACE2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 172 226 -
CMYK 0.03 0.24 0 0.11
HSL 293.33º 0.48% 0.78% -
HSV(B) 293.33º 0.24% 0.89% -
XYZ 58 50.21 78.59 -
YUV 192.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 220 172 226 0.03 0.24 0 0.11 293.33 0.48 0.78
Hex DC AC E2 3 18 0 B 125 30 4E
Octal 334 254 342 3 30 0 13 445 60 116
Binary 11011100 10101100 11100010 11 11000 0 1011 100100101 110000 1001110

Color Harmonies of #DCACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACE2

Black with #DCACE2

Text Example


Text Example

White with #DCACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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