#DDB0E9

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

Shades of Plum #DDB0E9

Tints of Plum #DDB0E9

Color information

#DDB0E9 (or 0xDDB0E9) is unknown color: approx Plum. HEX triplet: DD, B0 and E9. RGB value is (221,176,233). Sum of RGB (Red+Green+Blue) = 221+176+233=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0E9 is #224F16. Grayscale: #C3C3C3. Windows color (decimal): -2248471 or 15315165. OLE color: 15315165.

HSL color Cylindrical-coordinate representation of color #DDB0E9: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB0E9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221176233-
CMYK0.050.2400.09
HSL287.37º56.44%80.2%-
HSV(B)287.37º24.46%91.37%-
XYZ60.0552.3184.02-
YUV195.95148.91145.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=35.08%
G=27.94%
B=36.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211762330.050.2400.09287.3756.4480.2
HexDDB0E95180911f3850
Octal33526035153001143770120
Binary11011101101100001110100110111000010011000111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0E9; }

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

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

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

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

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

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

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

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