#C29FBB

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

Shades of Lily #C29FBB

Tints of Lily #C29FBB

Color information

#C29FBB (or 0xC29FBB) is unknown color: approx Lily. HEX triplet: C2, 9F and BB. RGB value is (194,159,187). Sum of RGB (Red+Green+Blue) = 194+159+187=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FBB is #3D6044. Grayscale: #ACACAC. Windows color (decimal): -4022341 or 12296130. OLE color: 12296130.

HSL color Cylindrical-coordinate representation of color #C29FBB: hue angle of 312º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FBB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194159187-
CMYK00.180.040.24
HSL312º22.29%69.22%-
HSV(B)312º18.04%76.08%-
XYZ43.6239.8552.41-
YUV172.66136.1143.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=35.93%
G=29.44%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415918700.180.040.2431222.2969.22
HexC29FBB0124181381645
Octal30223727302243047026105
Binary11000010100111111011101101001010011000100111000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FBB; }

 p { color: rgb(194,159,187); }

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

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

 a { background-color: rgb(194,159,187); }

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

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

 span { border-color: rgb(194,159,187); }

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