#DAA1EB

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

Shades of Wisteria #DAA1EB

Tints of Wisteria #DAA1EB

Color information

#DAA1EB (or 0xDAA1EB) is unknown color: approx Wisteria. HEX triplet: DA, A1 and EB. RGB value is (218,161,235). Sum of RGB (Red+Green+Blue) = 218+161+235=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1EB is #255E14. Grayscale: #BABABA. Windows color (decimal): -2448917 or 15442394. OLE color: 15442394.

HSL color Cylindrical-coordinate representation of color #DAA1EB: hue angle of 286.22º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA1EB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218161235-
CMYK0.070.3100.08
HSL286.22º64.91%77.65%-
HSV(B)286.22º31.49%92.16%-
XYZ56.6546.3984.57-
YUV186.48155.38150.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=35.50%
G=26.22%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181612350.070.3100.08286.2264.9177.65
HexDAA1EB71F0811e414e
Octal332241353737010436101116
Binary110110101010000111101011111111110100010001111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1EB; }

 p { color: rgb(218,161,235); }

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

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

 a { background-color: rgb(218,161,235); }

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

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

 span { border-color: rgb(218,161,235); }

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