#DDAEDE

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

Shades of Plum #DDAEDE

Tints of Plum #DDAEDE

Color information

#DDAEDE (or 0xDDAEDE) is unknown color: approx Plum. HEX triplet: DD, AE and DE. RGB value is (221,174,222). Sum of RGB (Red+Green+Blue) = 221+174+222=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDE is #225121. Grayscale: #C1C1C1. Windows color (decimal): -2248994 or 14593757. OLE color: 14593757.

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

Color convert

RGB221174222-
CMYK0.000.2200.13
HSL298.75º42.11%77.65%-
HSV(B)298.75º21.62%87.06%-
XYZ58.1450.9275.87-
YUV193.52144.07147.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=35.82%
G=28.20%
B=35.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211742220.000.2200.13298.7542.1177.65
HexDDAEDE0160D12b2a4e
Octal33525633602601545352116
Binary110111011010111011011110010110011011001010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEDE; }

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

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

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

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

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

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

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

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