#DFAEE1

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

Shades of Plum #DFAEE1

Tints of Plum #DFAEE1

Color information

#DFAEE1 (or 0xDFAEE1) is unknown color: approx Plum. HEX triplet: DF, AE and E1. RGB value is (223,174,225). Sum of RGB (Red+Green+Blue) = 223+174+225=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEE1 is #20511E. Grayscale: #C2C2C2. Windows color (decimal): -2117919 or 14790367. OLE color: 14790367.

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

Color convert

RGB223174225-
CMYK0.010.2300.12
HSL297.65º45.95%78.24%-
HSV(B)297.65º22.67%88.24%-
XYZ59.1651.478.04-
YUV194.46145.23148.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=35.85%
G=27.97%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231742250.010.2300.12297.6545.9578.24
HexDFAEE11170C12a2e4e
Octal33725634112701445256116
Binary110111111010111011100001110111011001001010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE1; }

 p { color: rgb(223,174,225); }

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

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

 a { background-color: rgb(223,174,225); }

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

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

 span { border-color: rgb(223,174,225); }

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