#C29FB5

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

Shades of Lily #C29FB5

Tints of Lily #C29FB5

Color information

#C29FB5 (or 0xC29FB5) is unknown color: approx Lily. HEX triplet: C2, 9F and B5. RGB value is (194,159,181). Sum of RGB (Red+Green+Blue) = 194+159+181=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FB5 is #3D604A. Grayscale: #ABABAB. Windows color (decimal): -4022347 or 11902914. OLE color: 11902914.

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

Color convert

RGB194159181-
CMYK00.180.070.24
HSL322.29º22.29%69.22%-
HSV(B)322.29º18.04%76.08%-
XYZ42.9939.649.09-
YUV171.97133.1143.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=36.33%
G=29.78%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415918100.180.070.24322.2922.2969.22
HexC29FB50127181421645
Octal30223726502273050226105
Binary11000010100111111011010101001011111000101000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FB5; }

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

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

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

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

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

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

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

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