#DDABE6

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

Shades of Plum #DDABE6

Tints of Plum #DDABE6

Color information

#DDABE6 (or 0xDDABE6) is unknown color: approx Plum. HEX triplet: DD, AB and E6. RGB value is (221,171,230). Sum of RGB (Red+Green+Blue) = 221+171+230=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABE6 is #225419. Grayscale: #C0C0C0. Windows color (decimal): -2249754 or 15117277. OLE color: 15117277.

HSL color Cylindrical-coordinate representation of color #DDABE6: hue angle of 290.85º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDABE6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221171230-
CMYK0.040.2600.10
HSL290.85º54.13%78.63%-
HSV(B)290.85º25.65%90.2%-
XYZ58.6650.2181.46-
YUV192.68149.06148.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=35.53%
G=27.49%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211712300.040.2600.10290.8554.1378.63
HexDDABE641A0A123364f
Octal33525334643201244366117
Binary11011101101010111110011010011010010101001000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABE6; }

 p { color: rgb(221,171,230); }

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

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

 a { background-color: rgb(221,171,230); }

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

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

 span { border-color: rgb(221,171,230); }

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