#D8ACE8

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

Shades of Wisteria #D8ACE8

Tints of Wisteria #D8ACE8

Color information

#D8ACE8 (or 0xD8ACE8) is unknown color: approx Wisteria. HEX triplet: D8, AC and E8. RGB value is (216,172,232). Sum of RGB (Red+Green+Blue) = 216+172+232=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACE8 is #275317. Grayscale: #BFBFBF. Windows color (decimal): -2577176 or 15248600. OLE color: 15248600.

HSL color Cylindrical-coordinate representation of color #D8ACE8: hue angle of 284º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ACE8 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216172232-
CMYK0.070.2600.09
HSL284º56.6%79.22%-
HSV(B)284º25.86%90.98%-
XYZ57.6449.9382.94-
YUV192150.58145.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=34.84%
G=27.74%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161722320.070.2600.0928456.679.22
HexD8ACE871A0911c394f
Octal33025435073201143471117
Binary11011000101011001110100011111010010011000111001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACE8; }

 p { color: rgb(216,172,232); }

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

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

 a { background-color: rgb(216,172,232); }

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

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

 span { border-color: rgb(216,172,232); }

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