#DDAFE5

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

Shades of Plum #DDAFE5

Tints of Plum #DDAFE5

Color information

#DDAFE5 (or 0xDDAFE5) is unknown color: approx Plum. HEX triplet: DD, AF and E5. RGB value is (221,175,229). Sum of RGB (Red+Green+Blue) = 221+175+229=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE5 is #22501A. Grayscale: #C2C2C2. Windows color (decimal): -2248731 or 15052765. OLE color: 15052765.

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

Color convert

RGB221175229-
CMYK0.030.2400.10
HSL291.11º50.94%79.22%-
HSV(B)291.11º23.58%89.8%-
XYZ59.2951.6980.98-
YUV194.91147.24146.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=35.36%
G=28%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211752290.030.2400.10291.1150.9479.22
HexDDAFE53180A123334f
Octal33525734533001244363117
Binary1101110110101111111001011111000010101001000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFE5; }

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

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

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

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

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

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

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

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