#DAA5E3

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

Shades of Plum #DAA5E3

Tints of Plum #DAA5E3

Color information

#DAA5E3 (or 0xDAA5E3) is unknown color: approx Plum. HEX triplet: DA, A5 and E3. RGB value is (218,165,227). Sum of RGB (Red+Green+Blue) = 218+165+227=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5E3 is #255A1C. Grayscale: #BBBBBB. Windows color (decimal): -2447901 or 14919130. OLE color: 14919130.

HSL color Cylindrical-coordinate representation of color #DAA5E3: hue angle of 291.29º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA5E3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218165227-
CMYK0.040.2700.11
HSL291.29º52.54%76.86%-
HSV(B)291.29º27.31%89.02%-
XYZ56.2347.3678.85-
YUV187.91150.06149.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 165 (64.84% from 255) = 27.05%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=35.74%
G=27.05%
B=37.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181652270.040.2700.11291.2952.5476.86
HexDAA5E341B0B123354d
Octal33224534343301344365115
Binary11011010101001011110001110011011010111001000111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5E3; }

 p { color: rgb(218,165,227); }

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

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

 a { background-color: rgb(218,165,227); }

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

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

 span { border-color: rgb(218,165,227); }

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