#DFAEE2

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

Shades of Plum #DFAEE2

Tints of Plum #DFAEE2

Color information

#DFAEE2 (or 0xDFAEE2) is unknown color: approx Plum. HEX triplet: DF, AE and E2. RGB value is (223,174,226). Sum of RGB (Red+Green+Blue) = 223+174+226=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEE2 is #20511D. Grayscale: #C2C2C2. Windows color (decimal): -2117918 or 14855903. OLE color: 14855903.

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

Color convert

RGB223174226-
CMYK0.010.2300.11
HSL296.54º47.27%78.43%-
HSV(B)296.54º23.01%88.63%-
XYZ59.2951.4578.76-
YUV194.58145.73148.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=35.79%
G=27.93%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231742260.010.2300.11296.5447.2778.43
HexDFAEE21170B1292f4e
Octal33725634212701345157116
Binary110111111010111011100010110111010111001010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEE2; }

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

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

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

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

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

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

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

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