#D9ACE8

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

Shades of Wisteria #D9ACE8

Tints of Wisteria #D9ACE8

Color information

#D9ACE8 (or 0xD9ACE8) is unknown color: approx Wisteria. HEX triplet: D9, AC and E8. RGB value is (217,172,232). Sum of RGB (Red+Green+Blue) = 217+172+232=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACE8 is #265317. Grayscale: #C0C0C0. Windows color (decimal): -2511640 or 15248601. OLE color: 15248601.

HSL color Cylindrical-coordinate representation of color #D9ACE8: hue angle of 285º 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 #D9ACE8 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217172232-
CMYK0.060.2600.09
HSL285º56.6%79.22%-
HSV(B)285º25.86%90.98%-
XYZ57.9350.0882.96-
YUV192.3150.41145.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=34.94%
G=27.70%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171722320.060.2600.0928556.679.22
HexD9ACE861A0911d394f
Octal33125435063201143571117
Binary11011001101011001110100011011010010011000111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACE8; }

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

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

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

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

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

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

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

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