#DDADE2

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

Shades of Plum #DDADE2

Tints of Plum #DDADE2

Color information

#DDADE2 (or 0xDDADE2) is unknown color: approx Plum. HEX triplet: DD, AD and E2. RGB value is (221,173,226). Sum of RGB (Red+Green+Blue) = 221+173+226=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADE2 is #22521D. Grayscale: #C1C1C1. Windows color (decimal): -2249246 or 14855645. OLE color: 14855645.

HSL color Cylindrical-coordinate representation of color #DDADE2: hue angle of 294.34º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDADE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221173226-
CMYK0.020.2300.11
HSL294.34º47.75%78.24%-
HSV(B)294.34º23.45%88.63%-
XYZ58.4950.7578.66-
YUV193.39146.4147.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=35.65%
G=27.90%
B=36.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211732260.020.2300.11294.3447.7578.24
HexDDADE22170B126304e
Octal33525534222701344660116
Binary1101110110101101111000101010111010111001001101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADE2; }

 p { color: rgb(221,173,226); }

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

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

 a { background-color: rgb(221,173,226); }

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

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

 span { border-color: rgb(221,173,226); }

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