#C29EAF

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

Shades of Lily #C29EAF

Tints of Lily #C29EAF

Color information

#C29EAF (or 0xC29EAF) is unknown color: approx Lily. HEX triplet: C2, 9E and AF. RGB value is (194,158,175). Sum of RGB (Red+Green+Blue) = 194+158+175=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EAF is #3D6150. Grayscale: #AAAAAA. Windows color (decimal): -4022609 or 11509442. OLE color: 11509442.

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

Color convert

RGB194158175-
CMYK00.190.100.24
HSL331.67º22.78%69.02%-
HSV(B)331.67º18.56%76.08%-
XYZ42.2139.0245.86-
YUV170.7130.43144.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=36.81%
G=29.98%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415817500.190.100.24331.6722.7869.02
HexC29EAF013A1814c1745
Octal302236257023123051427105
Binary110000101001111010101111010011101011000101001100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EAF; }

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

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

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

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

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

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

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

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