Html Css Color HEX #C29DAE Lily

📋 copy color: '#C29DAE'

red 194 ◦ green 157 ◦ blue 174

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

Shades of Lily #C29DAE

Tints of Lily #C29DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 36.95%
G = 29.9%
B = 33.14%

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

#C29DAE (or 0xC29DAE) is known color: Lily. HEX triplet: C2, 9D and AE. RGB value is (194,157,174). Sum of RGB (Red+Green+Blue) = 194+157+174=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DAE is #3D6251. Grayscale: #A9A9A9. Windows color (decimal): -4022866 or 11443650. OLE color: 11443650.

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

Color convert

RGB 194 157 174 -
CMYK 0 0.19 0.10 0.24
HSL 332.43º 0.23% 0.69% -
HSV(B) 332.43º 0.19% 0.76% -
XYZ 41.95 38.64 45.29 -
YUV 170 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 194 157 174 0 0.19 0.10 0.24 332.43 0.23 0.69
Hex C2 9D AE 0 13 A 18 14C 17 45
Octal 302 235 256 0 23 12 30 514 27 105
Binary 11000010 10011101 10101110 0 10011 1010 11000 101001100 10111 1000101

Color Harmonies of #C29DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DAE

Black with #C29DAE

Text Example


Text Example

White with #C29DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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