#C29DB9

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

Shades of Lily #C29DB9

Tints of Lily #C29DB9

Color information

#C29DB9 (or 0xC29DB9) is unknown color: approx Lily. HEX triplet: C2, 9D and B9. RGB value is (194,157,185). Sum of RGB (Red+Green+Blue) = 194+157+185=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DB9 is #3D6246. Grayscale: #ABABAB. Windows color (decimal): -4022855 or 12164546. OLE color: 12164546.

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

Color convert

RGB194157185-
CMYK00.190.050.24
HSL314.59º23.27%68.82%-
HSV(B)314.59º19.07%76.08%-
XYZ43.0639.0951.17-
YUV171.26135.76144.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=36.19%
G=29.29%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415718500.190.050.24314.5923.2768.82
HexC29DB901351813b1745
Octal30223527102353047327105
Binary11000010100111011011100101001110111000100111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DB9; }

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

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

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

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

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

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

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

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