#D0ABDF

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

Shades of Wisteria #D0ABDF

Tints of Wisteria #D0ABDF

Color information

#D0ABDF (or 0xD0ABDF) is unknown color: approx Wisteria. HEX triplet: D0, AB and DF. RGB value is (208,171,223). Sum of RGB (Red+Green+Blue) = 208+171+223=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDF is #2F5420. Grayscale: #BBBBBB. Windows color (decimal): -3101729 or 14658512. OLE color: 14658512.

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

Color convert

RGB208171223-
CMYK0.070.2300.13
HSL282.69º44.83%77.25%-
HSV(B)282.69º23.32%87.45%-
XYZ53.8947.8676.21-
YUV187.99147.76142.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=34.55%
G=28.41%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081712230.070.2300.13282.6944.8377.25
HexD0ABDF7170D11b2d4d
Octal32025333772701543355115
Binary11010000101010111101111111110111011011000110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABDF; }

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

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

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

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

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

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

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

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