#C29DAD

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

Shades of Lily #C29DAD

Tints of Lily #C29DAD

Color information

#C29DAD (or 0xC29DAD) is unknown color: approx Lily. HEX triplet: C2, 9D and AD. RGB value is (194,157,173). Sum of RGB (Red+Green+Blue) = 194+157+173=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DAD is #3D6252. Grayscale: #A9A9A9. Windows color (decimal): -4022867 or 11378114. OLE color: 11378114.

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

Color convert

RGB194157173-
CMYK00.190.110.24
HSL334.05º23.27%68.82%-
HSV(B)334.05º19.07%76.08%-
XYZ41.8538.644.78-
YUV169.89129.76145.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=37.02%
G=29.96%
B=33.02%

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
Decimal19415717300.190.110.24334.0523.2768.82
HexC29DAD013B1814e1745
Octal302235255023133051627105
Binary110000101001110110101101010011101111000101001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DAD; }

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

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

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

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

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

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

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

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