Html Css Color HEX #C29DAF Lily

📋 copy color: '#C29DAF'

red 194 ◦ green 157 ◦ blue 175

#C29DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C29DAF

Tints of Lily #C29DAF

RGB

 RED value IS 194 (76.17% from 255) = 36.88%

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 36.88%
G = 29.85%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C29DAF (or 0xC29DAF) is known color: Lily. HEX triplet: C2, 9D and AF. RGB value is (194,157,175). Sum of RGB (Red+Green+Blue) = 194+157+175=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DAF is #3D6250. Grayscale: #AAAAAA. Windows color (decimal): -4022865 or 11509186. OLE color: 11509186.

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

Color convert

RGB 194 157 175 -
CMYK 0 0.19 0.10 0.24
HSL 330.81º 0.23% 0.69% -
HSV(B) 330.81º 0.19% 0.76% -
XYZ 42.04 38.68 45.81 -
YUV 170.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 194 157 175 0 0.19 0.10 0.24 330.81 0.23 0.69
Hex C2 9D AF 0 13 A 18 14B 17 45
Octal 302 235 257 0 23 12 30 513 27 105
Binary 11000010 10011101 10101111 0 10011 1010 11000 101001011 10111 1000101

Color Harmonies of #C29DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DAF

Black with #C29DAF

Text Example


Text Example

White with #C29DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DAF; }

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

 H1.HeaderClassName
 {
   color: #C29DAF;
 }
 .AnyTagClassName
 {
   color: #C29DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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