#D8ADE0

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

Shades of Plum #D8ADE0

Tints of Plum #D8ADE0

Color information

#D8ADE0 (or 0xD8ADE0) is unknown color: approx Plum. HEX triplet: D8, AD and E0. RGB value is (216,173,224). Sum of RGB (Red+Green+Blue) = 216+173+224=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADE0 is #27521F. Grayscale: #BFBFBF. Windows color (decimal): -2576928 or 14724568. OLE color: 14724568.

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

Color convert

RGB216173224-
CMYK0.040.2300.12
HSL290.59º45.13%77.84%-
HSV(B)290.59º22.77%87.84%-
XYZ56.7249.8777.16-
YUV191.67146.25145.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=35.24%
G=28.22%
B=36.54%

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
Decimal2161732240.040.2300.12290.5945.1377.84
HexD8ADE04170C1232d4e
Octal33025534042701444355116
Binary11011000101011011110000010010111011001001000111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADE0; }

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

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

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

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

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

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

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

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