#D198C5

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

Shades of Lilac #D198C5

Tints of Lilac #D198C5

Color information

#D198C5 (or 0xD198C5) is unknown color: approx Lilac. HEX triplet: D1, 98 and C5. RGB value is (209,152,197). Sum of RGB (Red+Green+Blue) = 209+152+197=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D198C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198C5 is #2E673A. Grayscale: #AEAEAE. Windows color (decimal): -3041083 or 12949713. OLE color: 12949713.

HSL color Cylindrical-coordinate representation of color #D198C5: hue angle of 312.63º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198C5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB209152197-
CMYK00.270.060.18
HSL312.63º38.26%70.78%-
HSV(B)312.63º27.27%81.96%-
XYZ47.640.0458.04-
YUV174.17140.88152.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=37.46%
G=27.24%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915219700.270.060.18312.6338.2670.78
HexD198C501B6121392647
Octal32123030503362247146107
Binary110100011001100011000101011011110100101001110011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198C5; }

 p { color: rgb(209,152,197); }

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

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

 a { background-color: rgb(209,152,197); }

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

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

 span { border-color: rgb(209,152,197); }

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