#D18EDE

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

Shades of Wisteria #D18EDE

Tints of Wisteria #D18EDE

Color information

#D18EDE (or 0xD18EDE) is unknown color: approx Wisteria. HEX triplet: D1, 8E and DE. RGB value is (209,142,222). Sum of RGB (Red+Green+Blue) = 209+142+222=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D18EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EDE is #2E7121. Grayscale: #AAAAAA. Windows color (decimal): -3043618 or 14585553. OLE color: 14585553.

HSL color Cylindrical-coordinate representation of color #D18EDE: hue angle of 290.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18EDE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209142222-
CMYK0.060.3600.13
HSL290.25º54.79%71.37%-
HSV(B)290.25º36.04%87.06%-
XYZ49.1538.1873.89-
YUV171.15156.7155-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=36.47%
G=24.78%
B=38.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091422220.060.3600.13290.2554.7971.37
HexD18EDE6240D1223747
Octal32121633664401544267107
Binary110100011000111011011110110100100011011001000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EDE; }

 p { color: rgb(209,142,222); }

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

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

 a { background-color: rgb(209,142,222); }

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

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

 span { border-color: rgb(209,142,222); }

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