#D2ACEB

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

Shades of Wisteria #D2ACEB

Tints of Wisteria #D2ACEB

Color information

#D2ACEB (or 0xD2ACEB) is unknown color: approx Wisteria. HEX triplet: D2, AC and EB. RGB value is (210,172,235). Sum of RGB (Red+Green+Blue) = 210+172+235=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACEB is #2D5314. Grayscale: #BEBEBE. Windows color (decimal): -2970389 or 15445202. OLE color: 15445202.

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

Color convert

RGB210172235-
CMYK0.110.2700.08
HSL276.19º61.17%79.8%-
HSV(B)276.19º26.81%92.16%-
XYZ56.3349.285.13-
YUV190.54153.09141.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=34.04%
G=27.88%
B=38.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101722350.110.2700.08276.1961.1779.8
HexD2ACEBB1B081143d50
Octal322254353133301042475120
Binary110100101010110011101011101111011010001000101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACEB; }

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

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

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

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

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

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

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

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