#D198CF

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

Shades of Lilac #D198CF

Tints of Lilac #D198CF

Color information

#D198CF (or 0xD198CF) is unknown color: approx Lilac. HEX triplet: D1, 98 and CF. RGB value is (209,152,207). Sum of RGB (Red+Green+Blue) = 209+152+207=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D198CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198CF is #2E6730. Grayscale: #AFAFAF. Windows color (decimal): -3041073 or 13605073. OLE color: 13605073.

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

Color convert

RGB209152207-
CMYK00.270.010.18
HSL302.11º38.26%70.78%-
HSV(B)302.11º27.27%81.96%-
XYZ48.7940.5264.28-
YUV175.31145.88152.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=36.80%
G=26.76%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915220700.270.010.18302.1138.2670.78
HexD198CF01B11212e2647
Octal32123031703312245646107
Binary1101000110011000110011110110111100101001011101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198CF; }

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

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

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

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

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

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

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

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