#D2ACEA

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

Shades of Wisteria #D2ACEA

Tints of Wisteria #D2ACEA

Color information

#D2ACEA (or 0xD2ACEA) is unknown color: approx Wisteria. HEX triplet: D2, AC and EA. RGB value is (210,172,234). Sum of RGB (Red+Green+Blue) = 210+172+234=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACEA is #2D5315. Grayscale: #BEBEBE. Windows color (decimal): -2970390 or 15379666. OLE color: 15379666.

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

Color convert

RGB210172234-
CMYK0.100.2600.08
HSL276.77º59.62%79.61%-
HSV(B)276.77º26.5%91.76%-
XYZ56.1849.1584.37-
YUV190.43152.59141.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=34.09%
G=27.92%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101722340.100.2600.08276.7759.6279.61
HexD2ACEAA1A081153c50
Octal322254352123201042574120
Binary110100101010110011101010101011010010001000101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACEA; }

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

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

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

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

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

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

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

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