#DDADE8

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

Shades of Plum #DDADE8

Tints of Plum #DDADE8

Color information

#DDADE8 (or 0xDDADE8) is unknown color: approx Plum. HEX triplet: DD, AD and E8. RGB value is (221,173,232). Sum of RGB (Red+Green+Blue) = 221+173+232=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADE8 is #225217. Grayscale: #C1C1C1. Windows color (decimal): -2249240 or 15248861. OLE color: 15248861.

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

Color convert

RGB221173232-
CMYK0.050.2500.09
HSL288.81º56.19%79.41%-
HSV(B)288.81º25.43%90.98%-
XYZ59.3351.0983.08-
YUV194.08149.4147.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=35.30%
G=27.64%
B=37.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211732320.050.2500.09288.8156.1979.41
HexDDADE851909121384f
Octal33525535053101144170117
Binary11011101101011011110100010111001010011001000011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADE8; }

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

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

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

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

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

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

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

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