#D28ECC

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

Shades of Lilac #D28ECC

Tints of Lilac #D28ECC

Color information

#D28ECC (or 0xD28ECC) is unknown color: approx Lilac. HEX triplet: D2, 8E and CC. RGB value is (210,142,204). Sum of RGB (Red+Green+Blue) = 210+142+204=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ECC is #2D7133. Grayscale: #A9A9A9. Windows color (decimal): -2978100 or 13405906. OLE color: 13405906.

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

Color convert

RGB210142204-
CMYK00.320.030.18
HSL305.29º43.04%69.02%-
HSV(B)305.29º32.38%82.35%-
XYZ47.1537.4161.86-
YUV169.4147.53156.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=37.77%
G=25.54%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014220400.320.030.18305.2943.0469.02
HexD28ECC0203121312b45
Octal32221631404032246153105
Binary110100101000111011001100010000011100101001100011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ECC; }

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

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

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

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

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

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

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

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