#DAAEE5

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

Shades of Plum #DAAEE5

Tints of Plum #DAAEE5

Color information

#DAAEE5 (or 0xDAAEE5) is unknown color: approx Plum. HEX triplet: DA, AE and E5. RGB value is (218,174,229). Sum of RGB (Red+Green+Blue) = 218+174+229=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEE5 is #25511A. Grayscale: #C1C1C1. Windows color (decimal): -2445595 or 15052506. OLE color: 15052506.

HSL color Cylindrical-coordinate representation of color #DAAEE5: hue angle of 288º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAAEE5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218174229-
CMYK0.050.2400.10
HSL288º51.4%79.02%-
HSV(B)288º24.02%89.8%-
XYZ58.1950.8380.87-
YUV193.43148.08145.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=35.10%
G=28.02%
B=36.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181742290.050.2400.1028851.479.02
HexDAAEE55180A120334f
Octal33225634553001244063117
Binary11011010101011101110010110111000010101001000001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEE5; }

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

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

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

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

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

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

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

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