#C998C5

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

Shades of Lilac #C998C5

Tints of Lilac #C998C5

Color information

#C998C5 (or 0xC998C5) is unknown color: approx Lilac. HEX triplet: C9, 98 and C5. RGB value is (201,152,197). Sum of RGB (Red+Green+Blue) = 201+152+197=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C998C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998C5 is #36673A. Grayscale: #ABABAB. Windows color (decimal): -3565371 or 12949705. OLE color: 12949705.

HSL color Cylindrical-coordinate representation of color #C998C5: hue angle of 304.9º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998C5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201152197-
CMYK00.240.020.21
HSL304.9º31.21%69.22%-
HSV(B)304.9º24.38%78.82%-
XYZ45.3938.9157.94-
YUV171.78142.23148.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=36.55%
G=27.64%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115219700.240.020.21304.931.2169.22
HexC998C50182151311f45
Octal31123030503022546137105
Binary1100100110011000110001010110001010101100110001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998C5; }

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

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

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

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

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

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

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

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