#C998BD

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

Shades of Lily #C998BD

Tints of Lily #C998BD

Color information

#C998BD (or 0xC998BD) is unknown color: approx Lily. HEX triplet: C9, 98 and BD. RGB value is (201,152,189). Sum of RGB (Red+Green+Blue) = 201+152+189=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C998BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998BD is #366742. Grayscale: #AAAAAA. Windows color (decimal): -3565379 or 12425417. OLE color: 12425417.

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

Color convert

RGB201152189-
CMYK00.240.060.21
HSL314.69º31.21%69.22%-
HSV(B)314.69º24.38%78.82%-
XYZ44.538.5553.24-
YUV170.87138.23149.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=37.08%
G=28.04%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115218900.240.060.21314.6931.2169.22
HexC998BD01861513b1f45
Octal31123027503062547337105
Binary11001001100110001011110101100011010101100111011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998BD; }

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

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

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

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

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

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

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

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