#D7ACE2

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

Shades of Wisteria #D7ACE2

Tints of Wisteria #D7ACE2

Color information

#D7ACE2 (or 0xD7ACE2) is unknown color: approx Wisteria. HEX triplet: D7, AC and E2. RGB value is (215,172,226). Sum of RGB (Red+Green+Blue) = 215+172+226=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #D7ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACE2 is #28531D. Grayscale: #BEBEBE. Windows color (decimal): -2642718 or 14855383. OLE color: 14855383.

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

Color convert

RGB215172226-
CMYK0.050.2400.11
HSL287.78º48.21%78.04%-
HSV(B)287.78º23.89%88.63%-
XYZ56.549.4478.52-
YUV191.01147.75145.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 226 (88.67% from 255) = 36.87%
R=35.07%
G=28.06%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151722260.050.2400.11287.7848.2178.04
HexD7ACE25180B120304e
Octal32725434253001344060116
Binary11010111101011001110001010111000010111001000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACE2; }

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

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

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

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

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

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

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

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