#C29DB2

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

Shades of Lily #C29DB2

Tints of Lily #C29DB2

Color information

#C29DB2 (or 0xC29DB2) is unknown color: approx Lily. HEX triplet: C2, 9D and B2. RGB value is (194,157,178). Sum of RGB (Red+Green+Blue) = 194+157+178=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DB2 is #3D624D. Grayscale: #AAAAAA. Windows color (decimal): -4022862 or 11705794. OLE color: 11705794.

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

Color convert

RGB194157178-
CMYK00.190.080.24
HSL325.95º23.27%68.82%-
HSV(B)325.95º19.07%76.08%-
XYZ42.3438.847.38-
YUV170.46132.26144.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=36.67%
G=29.68%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415717800.190.080.24325.9523.2768.82
HexC29DB20138181461745
Octal302235262023103050627105
Binary110000101001110110110010010011100011000101000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DB2; }

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

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

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

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

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

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

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

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