#D2ABDD

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

Shades of Wisteria #D2ABDD

Tints of Wisteria #D2ABDD

Color information

#D2ABDD (or 0xD2ABDD) is unknown color: approx Wisteria. HEX triplet: D2, AB and DD. RGB value is (210,171,221). Sum of RGB (Red+Green+Blue) = 210+171+221=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDD is #2D5422. Grayscale: #BCBCBC. Windows color (decimal): -2970659 or 14527442. OLE color: 14527442.

HSL color Cylindrical-coordinate representation of color #D2ABDD: hue angle of 286.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2ABDD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210171221-
CMYK0.050.2300.13
HSL286.8º42.37%76.86%-
HSV(B)286.8º22.62%86.67%-
XYZ54.1948.0574.82-
YUV188.36146.42143.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=34.88%
G=28.41%
B=36.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101712210.050.2300.13286.842.3776.86
HexD2ABDD5170D11f2a4d
Octal32225333552701543752115
Binary11010010101010111101110110110111011011000111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABDD; }

 p { color: rgb(210,171,221); }

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

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

 a { background-color: rgb(210,171,221); }

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

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

 span { border-color: rgb(210,171,221); }

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