#C29EB4

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

Shades of Lily #C29EB4

Tints of Lily #C29EB4

Color information

#C29EB4 (or 0xC29EB4) is unknown color: approx Lily. HEX triplet: C2, 9E and B4. RGB value is (194,158,180). Sum of RGB (Red+Green+Blue) = 194+158+180=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB4 is #3D614B. Grayscale: #ABABAB. Windows color (decimal): -4022604 or 11837122. OLE color: 11837122.

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

Color convert

RGB194158180-
CMYK00.190.070.24
HSL323.33º22.78%69.02%-
HSV(B)323.33º18.56%76.08%-
XYZ42.7139.2248.5-
YUV171.27132.93144.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=36.47%
G=29.70%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415818000.190.070.24323.3322.7869.02
HexC29EB40137181431745
Octal30223626402373050327105
Binary11000010100111101011010001001111111000101000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EB4; }

 p { color: rgb(194,158,180); }

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

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

 a { background-color: rgb(194,158,180); }

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

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

 span { border-color: rgb(194,158,180); }

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