#D2ABEA

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

Shades of Wisteria #D2ABEA

Tints of Wisteria #D2ABEA

Color information

#D2ABEA (or 0xD2ABEA) is unknown color: approx Wisteria. HEX triplet: D2, AB and EA. RGB value is (210,171,234). Sum of RGB (Red+Green+Blue) = 210+171+234=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABEA is #2D5415. Grayscale: #BDBDBD. Windows color (decimal): -2970646 or 15379410. OLE color: 15379410.

HSL color Cylindrical-coordinate representation of color #D2ABEA: hue angle of 277.14º 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 #D2ABEA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210171234-
CMYK0.100.2700.08
HSL277.14º60%79.41%-
HSV(B)277.14º26.92%91.76%-
XYZ55.9948.7784.3-
YUV189.84152.92142.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=34.15%
G=27.80%
B=38.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101712340.100.2700.08277.146079.41
HexD2ABEAA1B081153c4f
Octal322253352123301042574117
Binary110100101010101111101010101011011010001000101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABEA; }

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

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

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

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

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

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

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

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