Html Css Color HEX #DCACE4 Plum

📋 copy color: '#DCACE4'

red 220 ◦ green 172 ◦ blue 228

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

Shades of Plum #DCACE4

Tints of Plum #DCACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.77%

R = 35.48%
G = 27.74%
B = 36.77%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCACE4 (or 0xDCACE4) is known color: Plum. HEX triplet: DC, AC and E4. RGB value is (220,172,228). Sum of RGB (Red+Green+Blue) = 220+172+228=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE4 is #23531B. Grayscale: #C0C0C0. Windows color (decimal): -2315036 or 14986460. OLE color: 14986460.

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

Color convert

RGB 220 172 228 -
CMYK 0.04 0.25 0 0.11
HSL 291.43º 0.51% 0.78% -
HSV(B) 291.43º 0.25% 0.89% -
XYZ 58.27 50.32 80.04 -
YUV 192.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 220 172 228 0.04 0.25 0 0.11 291.43 0.51 0.78
Hex DC AC E4 4 19 0 B 123 33 4E
Octal 334 254 344 4 31 0 13 443 63 116
Binary 11011100 10101100 11100100 100 11001 0 1011 100100011 110011 1001110

Color Harmonies of #DCACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACE4

Black with #DCACE4

Text Example


Text Example

White with #DCACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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