#D0A8EB

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

Shades of Wisteria #D0A8EB

Tints of Wisteria #D0A8EB

Color information

#D0A8EB (or 0xD0A8EB) is unknown color: approx Wisteria. HEX triplet: D0, A8 and EB. RGB value is (208,168,235). Sum of RGB (Red+Green+Blue) = 208+168+235=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8EB is #2F5714. Grayscale: #BBBBBB. Windows color (decimal): -3102485 or 15444176. OLE color: 15444176.

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

Color convert

RGB208168235-
CMYK0.110.2900.08
HSL275.82º62.62%79.02%-
HSV(B)275.82º28.51%92.16%-
XYZ55.0147.4184.85-
YUV187.6154.75142.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=34.04%
G=27.50%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081682350.110.2900.08275.8262.6279.02
HexD0A8EBB1D081143f4f
Octal320250353133501042477117
Binary110100001010100011101011101111101010001000101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A8EB; }

 p { color: rgb(208,168,235); }

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

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

 a { background-color: rgb(208,168,235); }

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

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

 span { border-color: rgb(208,168,235); }

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