#DDACE2

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

Shades of Plum #DDACE2

Tints of Plum #DDACE2

Color information

#DDACE2 (or 0xDDACE2) is unknown color: approx Plum. HEX triplet: DD, AC and E2. RGB value is (221,172,226). Sum of RGB (Red+Green+Blue) = 221+172+226=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACE2 is #22531D. Grayscale: #C0C0C0. Windows color (decimal): -2249502 or 14855389. OLE color: 14855389.

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

Color convert

RGB221172226-
CMYK0.020.2400.11
HSL294.44º48.21%78.04%-
HSV(B)294.44º23.89%88.63%-
XYZ58.350.3778.6-
YUV192.81146.73148.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=35.70%
G=27.79%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211722260.020.2400.11294.4448.2178.04
HexDDACE22180B126304e
Octal33525434223001344660116
Binary1101110110101100111000101011000010111001001101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACE2; }

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

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

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

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

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

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

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

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