#DAAEDE

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

Shades of Plum #DAAEDE

Tints of Plum #DAAEDE

Color information

#DAAEDE (or 0xDAAEDE) is unknown color: approx Plum. HEX triplet: DA, AE and DE. RGB value is (218,174,222). Sum of RGB (Red+Green+Blue) = 218+174+222=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEDE is #255121. Grayscale: #C0C0C0. Windows color (decimal): -2445602 or 14593754. OLE color: 14593754.

HSL color Cylindrical-coordinate representation of color #DAAEDE: hue angle of 295º degrees, saturation: 0.42, 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 #DAAEDE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218174222-
CMYK0.020.2200.13
HSL295º42.11%77.65%-
HSV(B)295º21.62%87.06%-
XYZ57.2350.4575.83-
YUV192.63144.58146.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=35.50%
G=28.34%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181742220.020.2200.1329542.1177.65
HexDAAEDE2160D1272a4e
Octal33225633622601544752116
Binary1101101010101110110111101010110011011001001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEDE; }

 p { color: rgb(218,174,222); }

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

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

 a { background-color: rgb(218,174,222); }

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

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

 span { border-color: rgb(218,174,222); }

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