#C29DB6

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

Shades of Lily #C29DB6

Tints of Lily #C29DB6

Color information

#C29DB6 (or 0xC29DB6) is unknown color: approx Lily. HEX triplet: C2, 9D and B6. RGB value is (194,157,182). Sum of RGB (Red+Green+Blue) = 194+157+182=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DB6 is #3D6249. Grayscale: #AAAAAA. Windows color (decimal): -4022858 or 11967938. OLE color: 11967938.

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

Color convert

RGB194157182-
CMYK00.190.060.24
HSL319.46º23.27%68.82%-
HSV(B)319.46º19.07%76.08%-
XYZ42.7538.9649.52-
YUV170.91134.26144.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=36.40%
G=29.46%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415718200.190.060.24319.4623.2768.82
HexC29DB601361813f1745
Octal30223526602363047727105
Binary11000010100111011011011001001111011000100111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DB6; }

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

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

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

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

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

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

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

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