#DDB0E0

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

Shades of Plum #DDB0E0

Tints of Plum #DDB0E0

Color information

#DDB0E0 (or 0xDDB0E0) is unknown color: approx Plum. HEX triplet: DD, B0 and E0. RGB value is (221,176,224). Sum of RGB (Red+Green+Blue) = 221+176+224=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0E0 is #224F1F. Grayscale: #C2C2C2. Windows color (decimal): -2248480 or 14725341. OLE color: 14725341.

HSL color Cylindrical-coordinate representation of color #DDB0E0: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB0E0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221176224-
CMYK0.010.2100.12
HSL296.25º43.64%78.43%-
HSV(B)296.25º21.43%87.84%-
XYZ58.851.877.42-
YUV194.93144.41146.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=35.59%
G=28.34%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211762240.010.2100.12296.2543.6478.43
HexDDB0E01150C1282c4e
Octal33526034012501445054116
Binary110111011011000011100000110101011001001010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0E0; }

 p { color: rgb(221,176,224); }

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

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

 a { background-color: rgb(221,176,224); }

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

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

 span { border-color: rgb(221,176,224); }

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