Html Css Color HEX #C29EAF Lily

📋 copy color: '#C29EAF'

red 194 ◦ green 158 ◦ blue 175

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

Shades of Lily #C29EAF

Tints of Lily #C29EAF

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 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

#C29EAF (or 0xC29EAF) is known color: 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

RGB 194 158 175 -
CMYK 0 0.19 0.10 0.24
HSL 331.67º 0.23% 0.69% -
HSV(B) 331.67º 0.19% 0.76% -
XYZ 42.21 39.02 45.86 -
YUV 170.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 194 158 175 0 0.19 0.10 0.24 331.67 0.23 0.69
Hex C2 9E AF 0 13 A 18 14C 17 45
Octal 302 236 257 0 23 12 30 514 27 105
Binary 11000010 10011110 10101111 0 10011 1010 11000 101001100 10111 1000101

Color Harmonies of #C29EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EAF

Black with #C29EAF

Text Example


Text Example

White with #C29EAF

Text Example


Text Example

HTML Codes & Css Web 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>