#D59ECF

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

Shades of Lilac #D59ECF

Tints of Lilac #D59ECF

Color information

#D59ECF (or 0xD59ECF) is unknown color: approx Lilac. HEX triplet: D5, 9E and CF. RGB value is (213,158,207). Sum of RGB (Red+Green+Blue) = 213+158+207=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ECF is #2A6130. Grayscale: #B3B3B3. Windows color (decimal): -2777393 or 13606613. OLE color: 13606613.

HSL color Cylindrical-coordinate representation of color #D59ECF: hue angle of 306.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59ECF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213158207-
CMYK00.260.030.16
HSL306.55º39.57%72.75%-
HSV(B)306.55º25.82%83.53%-
XYZ50.9343.164.67-
YUV180.03143.22151.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=36.85%
G=27.34%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315820700.260.030.16306.5539.5772.75
HexD59ECF01A3101332849
Octal32523631703232046350111
Binary11010101100111101100111101101011100001001100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ECF; }

 p { color: rgb(213,158,207); }

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

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

 a { background-color: rgb(213,158,207); }

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

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

 span { border-color: rgb(213,158,207); }

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