#D7AEDF

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

Shades of Plum #D7AEDF

Tints of Plum #D7AEDF

Color information

#D7AEDF (or 0xD7AEDF) is unknown color: approx Plum. HEX triplet: D7, AE and DF. RGB value is (215,174,223). Sum of RGB (Red+Green+Blue) = 215+174+223=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEDF is #285120. Grayscale: #BFBFBF. Windows color (decimal): -2642209 or 14659287. OLE color: 14659287.

HSL color Cylindrical-coordinate representation of color #D7AEDF: hue angle of 290.2º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7AEDF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215174223-
CMYK0.040.2200.13
HSL290.2º43.36%77.84%-
HSV(B)290.2º21.97%87.45%-
XYZ56.4850.0576.5-
YUV191.84145.58144.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=35.13%
G=28.43%
B=36.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151742230.040.2200.13290.243.3677.84
HexD7AEDF4160D1222b4e
Octal32725633742601544253116
Binary11010111101011101101111110010110011011001000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEDF; }

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

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

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

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

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

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

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

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