#C29EAE

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

Shades of Lily #C29EAE

Tints of Lily #C29EAE

Color information

#C29EAE (or 0xC29EAE) is unknown color: approx Lily. HEX triplet: C2, 9E and AE. RGB value is (194,158,174). Sum of RGB (Red+Green+Blue) = 194+158+174=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EAE is #3D6151. Grayscale: #AAAAAA. Windows color (decimal): -4022610 or 11443906. OLE color: 11443906.

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

Color convert

RGB194158174-
CMYK00.190.100.24
HSL333.33º22.78%69.02%-
HSV(B)333.33º18.56%76.08%-
XYZ42.1138.9845.35-
YUV170.59129.93144.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=36.88%
G=30.04%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415817400.190.100.24333.3322.7869.02
HexC29EAE013A1814d1745
Octal302236256023123051527105
Binary110000101001111010101110010011101011000101001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EAE; }

 p { color: rgb(194,158,174); }

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

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

 a { background-color: rgb(194,158,174); }

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

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

 span { border-color: rgb(194,158,174); }

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