#D1ADE1

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

Shades of Wisteria #D1ADE1

Tints of Wisteria #D1ADE1

Color information

#D1ADE1 (or 0xD1ADE1) is unknown color: approx Wisteria. HEX triplet: D1, AD and E1. RGB value is (209,173,225). Sum of RGB (Red+Green+Blue) = 209+173+225=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADE1 is #2E521E. Grayscale: #BDBDBD. Windows color (decimal): -3035679 or 14790097. OLE color: 14790097.

HSL color Cylindrical-coordinate representation of color #D1ADE1: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1ADE1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209173225-
CMYK0.070.2300.12
HSL281.54º46.43%78.04%-
HSV(B)281.54º23.11%88.24%-
XYZ54.8348.8877.78-
YUV189.69147.93141.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=34.43%
G=28.50%
B=37.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091732250.070.2300.12281.5446.4378.04
HexD1ADE17170C11a2e4e
Octal32125534172701443256116
Binary11010001101011011110000111110111011001000110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADE1; }

 p { color: rgb(209,173,225); }

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

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

 a { background-color: rgb(209,173,225); }

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

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

 span { border-color: rgb(209,173,225); }

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