#D3ABDF

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

Shades of Wisteria #D3ABDF

Tints of Wisteria #D3ABDF

Color information

#D3ABDF (or 0xD3ABDF) is unknown color: approx Wisteria. HEX triplet: D3, AB and DF. RGB value is (211,171,223). Sum of RGB (Red+Green+Blue) = 211+171+223=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABDF is #2C5420. Grayscale: #BCBCBC. Windows color (decimal): -2905121 or 14658515. OLE color: 14658515.

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

Color convert

RGB211171223-
CMYK0.050.2300.13
HSL286.15º44.83%77.25%-
HSV(B)286.15º23.32%87.45%-
XYZ54.7548.376.25-
YUV188.89147.25143.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=34.88%
G=28.26%
B=36.86%

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
Decimal2111712230.050.2300.13286.1544.8377.25
HexD3ABDF5170D11e2d4d
Octal32325333752701543655115
Binary11010011101010111101111110110111011011000111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABDF; }

 p { color: rgb(211,171,223); }

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

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

 a { background-color: rgb(211,171,223); }

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

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

 span { border-color: rgb(211,171,223); }

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