Html Css Color HEX #DCACE0 Plum

📋 copy color: '#DCACE0'

red 220 ◦ green 172 ◦ blue 224

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

Shades of Plum #DCACE0

Tints of Plum #DCACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 35.71%
G = 27.92%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCACE0 (or 0xDCACE0) is known color: Plum. HEX triplet: DC, AC and E0. RGB value is (220,172,224). Sum of RGB (Red+Green+Blue) = 220+172+224=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE0 is #23531F. Grayscale: #C0C0C0. Windows color (decimal): -2315040 or 14724316. OLE color: 14724316.

HSL color Cylindrical-coordinate representation of color #DCACE0: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCACE0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 172 224 -
CMYK 0.02 0.23 0 0.12
HSL 295.38º 0.46% 0.78% -
HSV(B) 295.38º 0.23% 0.88% -
XYZ 57.72 50.1 77.15 -
YUV 192.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 220 172 224 0.02 0.23 0 0.12 295.38 0.46 0.78
Hex DC AC E0 2 17 0 C 127 2E 4E
Octal 334 254 340 2 27 0 14 447 56 116
Binary 11011100 10101100 11100000 10 10111 0 1100 100100111 101110 1001110

Color Harmonies of #DCACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACE0

Black with #DCACE0

Text Example


Text Example

White with #DCACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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