#DDAFE0

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

Shades of Plum #DDAFE0

Tints of Plum #DDAFE0

Color information

#DDAFE0 (or 0xDDAFE0) is unknown color: approx Plum. HEX triplet: DD, AF and E0. RGB value is (221,175,224). Sum of RGB (Red+Green+Blue) = 221+175+224=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE0 is #22501F. Grayscale: #C2C2C2. Windows color (decimal): -2248736 or 14725085. OLE color: 14725085.

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

Color convert

RGB221175224-
CMYK0.010.2200.12
HSL296.33º44.14%78.24%-
HSV(B)296.33º21.88%87.84%-
XYZ58.651.4177.36-
YUV194.34144.74147.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=35.65%
G=28.23%
B=36.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211752240.010.2200.12296.3344.1478.24
HexDDAFE01160C1282c4e
Octal33525734012601445054116
Binary110111011010111111100000110110011001001010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFE0; }

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

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

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

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

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

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

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

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