#D5AEDB

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

Shades of Plum #D5AEDB

Tints of Plum #D5AEDB

Color information

#D5AEDB (or 0xD5AEDB) is unknown color: approx Plum. HEX triplet: D5, AE and DB. RGB value is (213,174,219). Sum of RGB (Red+Green+Blue) = 213+174+219=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEDB is #2A5124. Grayscale: #BEBEBE. Windows color (decimal): -2773285 or 14397141. OLE color: 14397141.

HSL color Cylindrical-coordinate representation of color #D5AEDB: hue angle of 292º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5AEDB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213174219-
CMYK0.030.2100.14
HSL292º38.46%77.06%-
HSV(B)292º20.55%85.88%-
XYZ55.3649.5373.66-
YUV190.79143.92143.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=35.15%
G=28.71%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131742190.030.2100.1429238.4677.06
HexD5AEDB3150E124264d
Octal32525633332501644446115
Binary1101010110101110110110111110101011101001001001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEDB; }

 p { color: rgb(213,174,219); }

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

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

 a { background-color: rgb(213,174,219); }

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

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

 span { border-color: rgb(213,174,219); }

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