#C998C8

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

Shades of Lilac #C998C8

Tints of Lilac #C998C8

Color information

#C998C8 (or 0xC998C8) is unknown color: approx Lilac. HEX triplet: C9, 98 and C8. RGB value is (201,152,200). Sum of RGB (Red+Green+Blue) = 201+152+200=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C998C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998C8 is #366737. Grayscale: #ABABAB. Windows color (decimal): -3565368 or 13146313. OLE color: 13146313.

HSL color Cylindrical-coordinate representation of color #C998C8: hue angle of 301.22º 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 #C998C8 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB201152200-
CMYK00.240.000.21
HSL301.22º31.21%69.22%-
HSV(B)301.22º24.38%78.82%-
XYZ45.7439.0459.77-
YUV172.12143.73148.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=36.35%
G=27.49%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115220000.240.000.21301.2231.2169.22
HexC998C801801512d1f45
Octal31123031003002545537105
Binary110010011001100011001000011000010101100101101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998C8; }

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

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

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

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

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

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

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

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