#D4ACEB

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

Shades of Wisteria #D4ACEB

Tints of Wisteria #D4ACEB

Color information

#D4ACEB (or 0xD4ACEB) is unknown color: approx Wisteria. HEX triplet: D4, AC and EB. RGB value is (212,172,235). Sum of RGB (Red+Green+Blue) = 212+172+235=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACEB is #2B5314. Grayscale: #BEBEBE. Windows color (decimal): -2839317 or 15445204. OLE color: 15445204.

HSL color Cylindrical-coordinate representation of color #D4ACEB: hue angle of 278.1º 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 #D4ACEB is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212172235-
CMYK0.100.2700.08
HSL278.1º61.17%79.8%-
HSV(B)278.1º26.81%92.16%-
XYZ56.949.585.15-
YUV191.14152.75142.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=34.25%
G=27.79%
B=37.96%

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
Decimal2121722350.100.2700.08278.161.1779.8
HexD4ACEBA1B081163d50
Octal324254353123301042675120
Binary110101001010110011101011101011011010001000101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACEB; }

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

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

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

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

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

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

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

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