#C29EB5

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

Shades of Lily #C29EB5

Tints of Lily #C29EB5

Color information

#C29EB5 (or 0xC29EB5) is unknown color: approx Lily. HEX triplet: C2, 9E and B5. RGB value is (194,158,181). Sum of RGB (Red+Green+Blue) = 194+158+181=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB5 is #3D614A. Grayscale: #ABABAB. Windows color (decimal): -4022603 or 11902658. OLE color: 11902658.

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

Color convert

RGB194158181-
CMYK00.190.070.24
HSL321.67º22.78%69.02%-
HSV(B)321.67º18.56%76.08%-
XYZ42.8239.2649.04-
YUV171.39133.43144.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=36.40%
G=29.64%
B=33.96%

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
Decimal19415818100.190.070.24321.6722.7869.02
HexC29EB50137181421745
Octal30223626502373050227105
Binary11000010100111101011010101001111111000101000010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EB5; }

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

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

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

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

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

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

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

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