#D18AEB

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

Shades of Wisteria #D18AEB

Tints of Wisteria #D18AEB

Color information

#D18AEB (or 0xD18AEB) is unknown color: approx Wisteria. HEX triplet: D1, 8A and EB. RGB value is (209,138,235). Sum of RGB (Red+Green+Blue) = 209+138+235=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #D18AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AEB is #2E7514. Grayscale: #A9A9A9. Windows color (decimal): -3044629 or 15436497. OLE color: 15436497.

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

Color convert

RGB209138235-
CMYK0.110.4100.08
HSL283.92º70.8%73.14%-
HSV(B)283.92º41.28%92.16%-
XYZ50.3837.7383.22-
YUV170.29164.52155.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=35.91%
G=23.71%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091382350.110.4100.08283.9270.873.14
HexD18AEBB290811c4749
Octal3212123531351010434107111
Binary11010001100010101110101110111010010100010001110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AEB; }

 p { color: rgb(209,138,235); }

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

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

 a { background-color: rgb(209,138,235); }

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

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

 span { border-color: rgb(209,138,235); }

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