#D38ECC

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

Shades of Lilac #D38ECC

Tints of Lilac #D38ECC

Color information

#D38ECC (or 0xD38ECC) is unknown color: approx Lilac. HEX triplet: D3, 8E and CC. RGB value is (211,142,204). Sum of RGB (Red+Green+Blue) = 211+142+204=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ECC is #2C7133. Grayscale: #A9A9A9. Windows color (decimal): -2912564 or 13405907. OLE color: 13405907.

HSL color Cylindrical-coordinate representation of color #D38ECC: hue angle of 306.09º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38ECC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211142204-
CMYK00.330.030.17
HSL306.09º43.95%69.22%-
HSV(B)306.09º32.7%82.75%-
XYZ47.4437.5561.88-
YUV169.7147.36157.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=37.88%
G=25.49%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114220400.330.030.17306.0943.9569.22
HexD38ECC0213111322c45
Octal32321631404132146254105
Binary110100111000111011001100010000111100011001100101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38ECC; }

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

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

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

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

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

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

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

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