#D7ACEA

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

Shades of Wisteria #D7ACEA

Tints of Wisteria #D7ACEA

Color information

#D7ACEA (or 0xD7ACEA) is unknown color: approx Wisteria. HEX triplet: D7, AC and EA. RGB value is (215,172,234). Sum of RGB (Red+Green+Blue) = 215+172+234=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACEA is #285315. Grayscale: #BFBFBF. Windows color (decimal): -2642710 or 15379671. OLE color: 15379671.

HSL color Cylindrical-coordinate representation of color #D7ACEA: hue angle of 281.61º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7ACEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215172234-
CMYK0.080.2600.08
HSL281.61º59.62%79.61%-
HSV(B)281.61º26.5%91.76%-
XYZ57.6349.8984.43-
YUV191.92151.75144.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=34.62%
G=27.70%
B=37.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151722340.080.2600.08281.6159.6279.61
HexD7ACEA81A0811a3c50
Octal327254352103201043274120
Binary110101111010110011101010100011010010001000110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACEA; }

 p { color: rgb(215,172,234); }

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

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

 a { background-color: rgb(215,172,234); }

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

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

 span { border-color: rgb(215,172,234); }

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