#D28ECD

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

Shades of Lilac #D28ECD

Tints of Lilac #D28ECD

Color information

#D28ECD (or 0xD28ECD) is unknown color: approx Lilac. HEX triplet: D2, 8E and CD. RGB value is (210,142,205). Sum of RGB (Red+Green+Blue) = 210+142+205=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECD is #2D7132. Grayscale: #A9A9A9. Windows color (decimal): -2978099 or 13471442. OLE color: 13471442.

HSL color Cylindrical-coordinate representation of color #D28ECD: hue angle of 304.41º 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 #D28ECD is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210142205-
CMYK00.320.020.18
HSL304.41º43.04%69.02%-
HSV(B)304.41º32.38%82.35%-
XYZ47.2737.4662.5-
YUV169.51148.03156.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=37.70%
G=25.49%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014220500.320.020.18304.4143.0469.02
HexD28ECD0202121302b45
Octal32221631504022246053105
Binary110100101000111011001101010000010100101001100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ECD; }

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

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

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

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

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

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

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

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