#DEAEDE

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

Shades of Plum #DEAEDE

Tints of Plum #DEAEDE

Color information

#DEAEDE (or 0xDEAEDE) is unknown color: approx Plum. HEX triplet: DE, AE and DE. RGB value is (222,174,222). Sum of RGB (Red+Green+Blue) = 222+174+222=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDE is #215121. Grayscale: #C1C1C1. Windows color (decimal): -2183458 or 14593758. OLE color: 14593758.

HSL color Cylindrical-coordinate representation of color #DEAEDE: hue angle of 300º 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 #DEAEDE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222174222-
CMYK00.2200.13
HSL300º42.11%77.65%-
HSV(B)300º21.62%87.06%-
XYZ58.4551.0875.89-
YUV193.82143.9148.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=35.92%
G=28.16%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217422200.2200.1330042.1177.65
HexDEAEDE0160D12c2a4e
Octal33625633602601545452116
Binary110111101010111011011110010110011011001011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEDE; }

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

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

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

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

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

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

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

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