#D28ECF

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

Shades of Lilac #D28ECF

Tints of Lilac #D28ECF

Color information

#D28ECF (or 0xD28ECF) is unknown color: approx Lilac. HEX triplet: D2, 8E and CF. RGB value is (210,142,207). Sum of RGB (Red+Green+Blue) = 210+142+207=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECF is #2D7130. Grayscale: #A9A9A9. Windows color (decimal): -2978097 or 13602514. OLE color: 13602514.

HSL color Cylindrical-coordinate representation of color #D28ECF: hue angle of 302.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28ECF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210142207-
CMYK00.320.010.18
HSL302.65º43.04%69.02%-
HSV(B)302.65º32.38%82.35%-
XYZ47.5137.5563.78-
YUV169.74149.03156.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=37.57%
G=25.40%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014220700.320.010.18302.6543.0469.02
HexD28ECF02011212f2b45
Octal32221631704012245753105
Binary11010010100011101100111101000001100101001011111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ECF; }

 p { color: rgb(210,142,207); }

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

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

 a { background-color: rgb(210,142,207); }

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

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

 span { border-color: rgb(210,142,207); }

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