#D4ABDD

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

Shades of Wisteria #D4ABDD

Tints of Wisteria #D4ABDD

Color information

#D4ABDD (or 0xD4ABDD) is unknown color: approx Wisteria. HEX triplet: D4, AB and DD. RGB value is (212,171,221). Sum of RGB (Red+Green+Blue) = 212+171+221=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDD is #2B5422. Grayscale: #BCBCBC. Windows color (decimal): -2839587 or 14527444. OLE color: 14527444.

HSL color Cylindrical-coordinate representation of color #D4ABDD: hue angle of 289.2º 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 #D4ABDD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212171221-
CMYK0.040.2300.13
HSL289.2º42.37%76.86%-
HSV(B)289.2º22.62%86.67%-
XYZ54.7748.3474.85-
YUV188.96146.08144.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=35.10%
G=28.31%
B=36.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121712210.040.2300.13289.242.3776.86
HexD4ABDD4170D1212a4d
Octal32425333542701544152115
Binary11010100101010111101110110010111011011001000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABDD; }

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

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

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

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

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

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

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

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