#DFAEE0

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

Shades of Plum #DFAEE0

Tints of Plum #DFAEE0

Color information

#DFAEE0 (or 0xDFAEE0) is unknown color: approx Plum. HEX triplet: DF, AE and E0. RGB value is (223,174,224). Sum of RGB (Red+Green+Blue) = 223+174+224=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEE0 is #20511F. Grayscale: #C2C2C2. Windows color (decimal): -2117920 or 14724831. OLE color: 14724831.

HSL color Cylindrical-coordinate representation of color #DFAEE0: hue angle of 298.8º degrees, saturation: 0.45, 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 #DFAEE0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223174224-
CMYK0.000.2200.12
HSL298.8º44.64%78.04%-
HSV(B)298.8º22.32%87.84%-
XYZ59.0251.3477.32-
YUV194.35144.73148.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=35.91%
G=28.02%
B=36.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231742240.000.2200.12298.844.6478.04
HexDFAEE00160C12b2d4e
Octal33725634002601445355116
Binary110111111010111011100000010110011001001010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE0; }

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

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

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

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

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

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

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

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