#D1ACEA

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

Shades of Wisteria #D1ACEA

Tints of Wisteria #D1ACEA

Color information

#D1ACEA (or 0xD1ACEA) is unknown color: approx Wisteria. HEX triplet: D1, AC and EA. RGB value is (209,172,234). Sum of RGB (Red+Green+Blue) = 209+172+234=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACEA is #2E5315. Grayscale: #BDBDBD. Windows color (decimal): -3035926 or 15379665. OLE color: 15379665.

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

Color convert

RGB209172234-
CMYK0.110.2600.08
HSL275.81º59.62%79.61%-
HSV(B)275.81º26.5%91.76%-
XYZ55.94984.35-
YUV190.13152.76141.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=33.98%
G=27.97%
B=38.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091722340.110.2600.08275.8159.6279.61
HexD1ACEAB1A081143c50
Octal321254352133201042474120
Binary110100011010110011101010101111010010001000101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACEA; }

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

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

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

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

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

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

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

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