#D3ACEB

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

Shades of Wisteria #D3ACEB

Tints of Wisteria #D3ACEB

Color information

#D3ACEB (or 0xD3ACEB) is unknown color: approx Wisteria. HEX triplet: D3, AC and EB. RGB value is (211,172,235). Sum of RGB (Red+Green+Blue) = 211+172+235=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACEB is #2C5314. Grayscale: #BEBEBE. Windows color (decimal): -2904853 or 15445203. OLE color: 15445203.

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

Color convert

RGB211172235-
CMYK0.100.2700.08
HSL277.14º61.17%79.8%-
HSV(B)277.14º26.81%92.16%-
XYZ56.6149.3585.14-
YUV190.84152.92142.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=34.14%
G=27.83%
B=38.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111722350.100.2700.08277.1461.1779.8
HexD3ACEBA1B081153d50
Octal323254353123301042575120
Binary110100111010110011101011101011011010001000101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACEB; }

 p { color: rgb(211,172,235); }

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

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

 a { background-color: rgb(211,172,235); }

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

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

 span { border-color: rgb(211,172,235); }

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