#D8ACE4

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

Shades of Wisteria #D8ACE4

Tints of Wisteria #D8ACE4

Color information

#D8ACE4 (or 0xD8ACE4) is unknown color: approx Wisteria. HEX triplet: D8, AC and E4. RGB value is (216,172,228). Sum of RGB (Red+Green+Blue) = 216+172+228=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACE4 is #27531B. Grayscale: #BFBFBF. Windows color (decimal): -2577180 or 14986456. OLE color: 14986456.

HSL color Cylindrical-coordinate representation of color #D8ACE4: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8ACE4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216172228-
CMYK0.050.2500.11
HSL287.14º50.91%78.43%-
HSV(B)287.14º24.56%89.41%-
XYZ57.0849.7179.98-
YUV191.54148.58145.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=35.06%
G=27.92%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161722280.050.2500.11287.1450.9178.43
HexD8ACE45190B11f334e
Octal33025434453101343763116
Binary11011000101011001110010010111001010111000111111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACE4; }

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

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

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

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

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

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

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

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