Html Css Color HEX #DCACDF Plum

📋 copy color: '#DCACDF'

red 220 ◦ green 172 ◦ blue 223

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

Shades of Plum #DCACDF

Tints of Plum #DCACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 35.77%
G = 27.97%
B = 36.26%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCACDF (or 0xDCACDF) is known color: Plum. HEX triplet: DC, AC and DF. RGB value is (220,172,223). Sum of RGB (Red+Green+Blue) = 220+172+223=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDF is #235320. Grayscale: #C0C0C0. Windows color (decimal): -2315041 or 14658780. OLE color: 14658780.

HSL color Cylindrical-coordinate representation of color #DCACDF: hue angle of 296.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCACDF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 172 223 -
CMYK 0.01 0.23 0 0.13
HSL 296.47º 0.44% 0.77% -
HSV(B) 296.47º 0.23% 0.87% -
XYZ 57.59 50.05 76.44 -
YUV 192.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 220 172 223 0.01 0.23 0 0.13 296.47 0.44 0.77
Hex DC AC DF 1 17 0 D 128 2C 4D
Octal 334 254 337 1 27 0 15 450 54 115
Binary 11011100 10101100 11011111 1 10111 0 1101 100101000 101100 1001101

Color Harmonies of #DCACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACDF

Black with #DCACDF

Text Example


Text Example

White with #DCACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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