Html Css Color HEX #DCACE3 Plum

📋 copy color: '#DCACE3'

red 220 ◦ green 172 ◦ blue 227

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

Shades of Plum #DCACE3

Tints of Plum #DCACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 35.54%
G = 27.79%
B = 36.67%

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

#DCACE3 (or 0xDCACE3) is known color: Plum. HEX triplet: DC, AC and E3. RGB value is (220,172,227). Sum of RGB (Red+Green+Blue) = 220+172+227=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE3 is #23531C. Grayscale: #C0C0C0. Windows color (decimal): -2315037 or 14920924. OLE color: 14920924.

HSL color Cylindrical-coordinate representation of color #DCACE3: hue angle of 292.36º degrees, saturation: 0.5, 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 #DCACE3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 172 227 -
CMYK 0.03 0.24 0 0.11
HSL 292.36º 0.5% 0.78% -
HSV(B) 292.36º 0.24% 0.89% -
XYZ 58.13 50.27 79.31 -
YUV 192.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 220 172 227 0.03 0.24 0 0.11 292.36 0.5 0.78
Hex DC AC E3 3 18 0 B 124 32 4E
Octal 334 254 343 3 30 0 13 444 62 116
Binary 11011100 10101100 11100011 11 11000 0 1011 100100100 110010 1001110

Color Harmonies of #DCACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACE3

Black with #DCACE3

Text Example


Text Example

White with #DCACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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