#C99DBF

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

Shades of Lily #C99DBF

Tints of Lily #C99DBF

Color information

#C99DBF (or 0xC99DBF) is unknown color: approx Lily. HEX triplet: C9, 9D and BF. RGB value is (201,157,191). Sum of RGB (Red+Green+Blue) = 201+157+191=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBF is #366240. Grayscale: #ADADAD. Windows color (decimal): -3564097 or 12557769. OLE color: 12557769.

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

Color convert

RGB201157191-
CMYK00.220.050.21
HSL313.64º28.95%70.2%-
HSV(B)313.64º21.89%78.82%-
XYZ45.5540.2954.67-
YUV174.03137.58147.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 191 (75% from 255) = 34.79%
R=36.61%
G=28.60%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115719100.220.050.21313.6428.9570.2
HexC99DBF01651513a1d46
Octal31123527702652547235106
Binary11001001100111011011111101011010110101100111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DBF; }

 p { color: rgb(201,157,191); }

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

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

 a { background-color: rgb(201,157,191); }

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

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

 span { border-color: rgb(201,157,191); }

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