#D0ABEA

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

Shades of Wisteria #D0ABEA

Tints of Wisteria #D0ABEA

Color information

#D0ABEA (or 0xD0ABEA) is unknown color: approx Wisteria. HEX triplet: D0, AB and EA. RGB value is (208,171,234). Sum of RGB (Red+Green+Blue) = 208+171+234=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEA is #2F5415. Grayscale: #BDBDBD. Windows color (decimal): -3101718 or 15379408. OLE color: 15379408.

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

Color convert

RGB208171234-
CMYK0.110.2700.08
HSL275.24º60%79.41%-
HSV(B)275.24º26.92%91.76%-
XYZ55.4348.4884.28-
YUV189.24153.26141.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=33.93%
G=27.90%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081712340.110.2700.08275.246079.41
HexD0ABEAB1B081133c4f
Octal320253352133301042374117
Binary110100001010101111101010101111011010001000100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABEA; }

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

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

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

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

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

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

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

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