#C29DAC

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

Shades of Lily #C29DAC

Tints of Lily #C29DAC

Color information

#C29DAC (or 0xC29DAC) is unknown color: approx Lily. HEX triplet: C2, 9D and AC. RGB value is (194,157,172). Sum of RGB (Red+Green+Blue) = 194+157+172=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DAC is #3D6253. Grayscale: #A9A9A9. Windows color (decimal): -4022868 or 11312578. OLE color: 11312578.

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

Color convert

RGB194157172-
CMYK00.190.110.24
HSL335.68º23.27%68.82%-
HSV(B)335.68º19.07%76.08%-
XYZ41.7538.5644.27-
YUV169.77129.26145.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=37.09%
G=30.02%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415717200.190.110.24335.6823.2768.82
HexC29DAC013B181501745
Octal302235254023133052027105
Binary110000101001110110101100010011101111000101010000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DAC; }

 p { color: rgb(194,157,172); }

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

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

 a { background-color: rgb(194,157,172); }

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

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

 span { border-color: rgb(194,157,172); }

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