#DFAAE4

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

Shades of Plum #DFAAE4

Tints of Plum #DFAAE4

Color information

#DFAAE4 (or 0xDFAAE4) is unknown color: approx Plum. HEX triplet: DF, AA and E4. RGB value is (223,170,228). Sum of RGB (Red+Green+Blue) = 223+170+228=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE4 is #20551B. Grayscale: #C0C0C0. Windows color (decimal): -2118940 or 14985951. OLE color: 14985951.

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

Color convert

RGB223170228-
CMYK0.020.2500.11
HSL294.83º51.79%78.04%-
HSV(B)294.83º25.44%89.41%-
XYZ58.8150.0479.96-
YUV192.46148.06149.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=35.91%
G=27.38%
B=36.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231702280.020.2500.11294.8351.7978.04
HexDFAAE42190B127344e
Octal33725234423101344764116
Binary1101111110101010111001001011001010111001001111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAE4; }

 p { color: rgb(223,170,228); }

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

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

 a { background-color: rgb(223,170,228); }

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

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

 span { border-color: rgb(223,170,228); }

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