#D2A8EC

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

Shades of Wisteria #D2A8EC

Tints of Wisteria #D2A8EC

Color information

#D2A8EC (or 0xD2A8EC) is unknown color: approx Wisteria. HEX triplet: D2, A8 and EC. RGB value is (210,168,236). Sum of RGB (Red+Green+Blue) = 210+168+236=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8EC is #2D5713. Grayscale: #BCBCBC. Windows color (decimal): -2971412 or 15509714. OLE color: 15509714.

HSL color Cylindrical-coordinate representation of color #D2A8EC: hue angle of 277.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2A8EC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210168236-
CMYK0.110.2900.07
HSL277.06º64.15%79.22%-
HSV(B)277.06º28.81%92.55%-
XYZ55.7247.7685.64-
YUV188.31154.91143.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=34.20%
G=27.36%
B=38.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101682360.110.2900.07277.0664.1579.22
HexD2A8ECB1D07115404f
Octal322250354133507425100117
Binary110100101010100011101100101111101011110001010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8EC; }

 p { color: rgb(210,168,236); }

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

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

 a { background-color: rgb(210,168,236); }

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

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

 span { border-color: rgb(210,168,236); }

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