#DDAFE4

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

Shades of Plum #DDAFE4

Tints of Plum #DDAFE4

Color information

#DDAFE4 (or 0xDDAFE4) is unknown color: approx Plum. HEX triplet: DD, AF and E4. RGB value is (221,175,228). Sum of RGB (Red+Green+Blue) = 221+175+228=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE4 is #22501B. Grayscale: #C2C2C2. Windows color (decimal): -2248732 or 14987229. OLE color: 14987229.

HSL color Cylindrical-coordinate representation of color #DDAFE4: hue angle of 292.08º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAFE4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221175228-
CMYK0.030.2300.11
HSL292.08º49.53%79.02%-
HSV(B)292.08º23.25%89.41%-
XYZ59.1551.6380.25-
YUV194.8146.74146.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=35.42%
G=28.04%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211752280.030.2300.11292.0849.5379.02
HexDDAFE43170B124324f
Octal33525734432701344462117
Binary1101110110101111111001001110111010111001001001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFE4; }

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

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

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

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

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

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

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

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