#D8ABEA

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

Shades of Wisteria #D8ABEA

Tints of Wisteria #D8ABEA

Color information

#D8ABEA (or 0xD8ABEA) is unknown color: approx Wisteria. HEX triplet: D8, AB and EA. RGB value is (216,171,234). Sum of RGB (Red+Green+Blue) = 216+171+234=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABEA is #275415. Grayscale: #BFBFBF. Windows color (decimal): -2577430 or 15379416. OLE color: 15379416.

HSL color Cylindrical-coordinate representation of color #D8ABEA: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8ABEA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216171234-
CMYK0.080.2700.08
HSL282.86º60%79.41%-
HSV(B)282.86º26.92%91.76%-
XYZ57.7349.6784.39-
YUV191.64151.91145.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=34.78%
G=27.54%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161712340.080.2700.08282.866079.41
HexD8ABEA81B0811b3c4f
Octal330253352103301043374117
Binary110110001010101111101010100011011010001000110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABEA; }

 p { color: rgb(216,171,234); }

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

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

 a { background-color: rgb(216,171,234); }

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

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

 span { border-color: rgb(216,171,234); }

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