#D1ABDF

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

Shades of Wisteria #D1ABDF

Tints of Wisteria #D1ABDF

Color information

#D1ABDF (or 0xD1ABDF) is unknown color: approx Wisteria. HEX triplet: D1, AB and DF. RGB value is (209,171,223). Sum of RGB (Red+Green+Blue) = 209+171+223=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDF is #2E5420. Grayscale: #BCBCBC. Windows color (decimal): -3036193 or 14658513. OLE color: 14658513.

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

Color convert

RGB209171223-
CMYK0.060.2300.13
HSL283.85º44.83%77.25%-
HSV(B)283.85º23.32%87.45%-
XYZ54.1848.0176.22-
YUV188.29147.59142.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=34.66%
G=28.36%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091712230.060.2300.13283.8544.8377.25
HexD1ABDF6170D11c2d4d
Octal32125333762701543455115
Binary11010001101010111101111111010111011011000111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABDF; }

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

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

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

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

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

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

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

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