#D0ACEA

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

Shades of Wisteria #D0ACEA

Tints of Wisteria #D0ACEA

Color information

#D0ACEA (or 0xD0ACEA) is unknown color: approx Wisteria. HEX triplet: D0, AC and EA. RGB value is (208,172,234). Sum of RGB (Red+Green+Blue) = 208+172+234=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACEA is #2F5315. Grayscale: #BDBDBD. Windows color (decimal): -3101462 or 15379664. OLE color: 15379664.

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

Color convert

RGB208172234-
CMYK0.110.2600.08
HSL274.84º59.62%79.61%-
HSV(B)274.84º26.5%91.76%-
XYZ55.6248.8684.34-
YUV189.83152.93140.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=33.88%
G=28.01%
B=38.11%

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
Decimal2081722340.110.2600.08274.8459.6279.61
HexD0ACEAB1A081133c50
Octal320254352133201042374120
Binary110100001010110011101010101111010010001000100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACEA; }

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

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

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

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

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

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

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

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