#C29EB2

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

Shades of Lily #C29EB2

Tints of Lily #C29EB2

Color information

#C29EB2 (or 0xC29EB2) is unknown color: approx Lily. HEX triplet: C2, 9E and B2. RGB value is (194,158,178). Sum of RGB (Red+Green+Blue) = 194+158+178=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EB2 is #3D614D. Grayscale: #ABABAB. Windows color (decimal): -4022606 or 11706050. OLE color: 11706050.

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

Color convert

RGB194158178-
CMYK00.190.080.24
HSL326.67º22.78%69.02%-
HSV(B)326.67º18.56%76.08%-
XYZ42.5139.1447.43-
YUV171.04131.93144.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=36.60%
G=29.81%
B=33.58%

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
Decimal19415817800.190.080.24326.6722.7869.02
HexC29EB20138181471745
Octal302236262023103050727105
Binary110000101001111010110010010011100011000101000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EB2; }

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

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

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

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

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

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

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

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