#D7ADE0

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

Shades of Plum #D7ADE0

Tints of Plum #D7ADE0

Color information

#D7ADE0 (or 0xD7ADE0) is unknown color: approx Plum. HEX triplet: D7, AD and E0. RGB value is (215,173,224). Sum of RGB (Red+Green+Blue) = 215+173+224=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADE0 is #28521F. Grayscale: #BFBFBF. Windows color (decimal): -2642464 or 14724567. OLE color: 14724567.

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

Color convert

RGB215173224-
CMYK0.040.2300.12
HSL289.41º45.13%77.84%-
HSV(B)289.41º22.77%87.84%-
XYZ56.4249.7277.14-
YUV191.37146.41144.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=35.13%
G=28.27%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151732240.040.2300.12289.4145.1377.84
HexD7ADE04170C1212d4e
Octal32725534042701444155116
Binary11010111101011011110000010010111011001001000011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADE0; }

 p { color: rgb(215,173,224); }

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

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

 a { background-color: rgb(215,173,224); }

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

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

 span { border-color: rgb(215,173,224); }

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