#C29EB0

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

Shades of Lily #C29EB0

Tints of Lily #C29EB0

Color information

#C29EB0 (or 0xC29EB0) is unknown color: approx Lily. HEX triplet: C2, 9E and B0. RGB value is (194,158,176). Sum of RGB (Red+Green+Blue) = 194+158+176=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EB0 is #3D614F. Grayscale: #AAAAAA. Windows color (decimal): -4022608 or 11574978. OLE color: 11574978.

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

Color convert

RGB194158176-
CMYK00.190.090.24
HSL330º22.78%69.02%-
HSV(B)330º18.56%76.08%-
XYZ42.3139.0646.38-
YUV170.82130.93144.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=36.74%
G=29.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415817600.190.090.2433022.7869.02
HexC29EB001391814a1745
Octal302236260023113051227105
Binary110000101001111010110000010011100111000101001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EB0; }

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

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

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

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

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

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

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

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