#DCAEDE

Color #DCAEDE Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DCAEDE

Tints of Plum #DCAEDE

Color information

#DCAEDE (or 0xDCAEDE) is unknown color: approx Plum. HEX triplet: DC, AE and DE. RGB value is (220,174,222). Sum of RGB (Red+Green+Blue) = 220+174+222=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDE is #235121. Grayscale: #C1C1C1. Windows color (decimal): -2314530 or 14593756. OLE color: 14593756.

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

Color convert

RGB220174222-
CMYK0.010.2200.13
HSL297.5º42.11%77.65%-
HSV(B)297.5º21.62%87.06%-
XYZ57.8450.7675.86-
YUV193.23144.24147.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=35.71%
G=28.25%
B=36.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201742220.010.2200.13297.542.1177.65
HexDCAEDE1160D12a2a4e
Octal33425633612601545252116
Binary110111001010111011011110110110011011001010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEDE; }

 p { color: rgb(220,174,222); }

 H1.HeaderClassName
 {
   color: #DCAEDE;
 }
 .AnyTagClassName
 {
   color: #DCAEDE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,174,222); }

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

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

 span { border-color: rgb(220,174,222); }

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