Html Css Color HEX #DCACE5 Plum

📋 copy color: '#DCACE5'

red 220 ◦ green 172 ◦ blue 229

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

Shades of Plum #DCACE5

Tints of Plum #DCACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.88%

R = 35.43%
G = 27.7%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCACE5 (or 0xDCACE5) is known color: Plum. HEX triplet: DC, AC and E5. RGB value is (220,172,229). Sum of RGB (Red+Green+Blue) = 220+172+229=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE5 is #23531A. Grayscale: #C0C0C0. Windows color (decimal): -2315035 or 15051996. OLE color: 15051996.

HSL color Cylindrical-coordinate representation of color #DCACE5: hue angle of 290.53º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCACE5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 172 229 -
CMYK 0.04 0.25 0 0.10
HSL 290.53º 0.52% 0.79% -
HSV(B) 290.53º 0.25% 0.9% -
XYZ 58.41 50.38 80.77 -
YUV 192.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 220 172 229 0.04 0.25 0 0.10 290.53 0.52 0.79
Hex DC AC E5 4 19 0 A 123 34 4F
Octal 334 254 345 4 31 0 12 443 64 117
Binary 11011100 10101100 11100101 100 11001 0 1010 100100011 110100 1001111

Color Harmonies of #DCACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACE5

Black with #DCACE5

Text Example


Text Example

White with #DCACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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