#C99EBC

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

Shades of Lily #C99EBC

Tints of Lily #C99EBC

Color information

#C99EBC (or 0xC99EBC) is unknown color: approx Lily. HEX triplet: C9, 9E and BC. RGB value is (201,158,188). Sum of RGB (Red+Green+Blue) = 201+158+188=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EBC is #366143. Grayscale: #AEAEAE. Windows color (decimal): -3563844 or 12361417. OLE color: 12361417.

HSL color Cylindrical-coordinate representation of color #C99EBC: hue angle of 318.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EBC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201158188-
CMYK00.210.060.21
HSL318.14º28.48%70.39%-
HSV(B)318.14º21.39%78.82%-
XYZ45.3940.553-
YUV174.28135.75147.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=36.75%
G=28.88%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115818800.210.060.21318.1428.4870.39
HexC99EBC01561513e1c46
Octal31123627402562547634106
Binary11001001100111101011110001010111010101100111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EBC; }

 p { color: rgb(201,158,188); }

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

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

 a { background-color: rgb(201,158,188); }

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

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

 span { border-color: rgb(201,158,188); }

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