#D4A8EB

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

Shades of Wisteria #D4A8EB

Tints of Wisteria #D4A8EB

Color information

#D4A8EB (or 0xD4A8EB) is unknown color: approx Wisteria. HEX triplet: D4, A8 and EB. RGB value is (212,168,235). Sum of RGB (Red+Green+Blue) = 212+168+235=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8EB is #2B5714. Grayscale: #BCBCBC. Windows color (decimal): -2840341 or 15444180. OLE color: 15444180.

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

Color convert

RGB212168235-
CMYK0.100.2900.08
HSL279.4º62.62%79.02%-
HSV(B)279.4º28.51%92.16%-
XYZ56.154884.9-
YUV188.79154.08144.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=34.47%
G=27.32%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121682350.100.2900.08279.462.6279.02
HexD4A8EBA1D081173f4f
Octal324250353123501042777117
Binary110101001010100011101011101011101010001000101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8EB; }

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

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

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

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

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

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

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

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