Html Css Color HEX #C29DB0 Lily

📋 copy color: '#C29DB0'

red 194 ◦ green 157 ◦ blue 176

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

Shades of Lily #C29DB0

Tints of Lily #C29DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 36.81%
G = 29.79%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C29DB0 (or 0xC29DB0) is known color: Lily. HEX triplet: C2, 9D and B0. RGB value is (194,157,176). Sum of RGB (Red+Green+Blue) = 194+157+176=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DB0 is #3D624F. Grayscale: #AAAAAA. Windows color (decimal): -4022864 or 11574722. OLE color: 11574722.

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

Color convert

RGB 194 157 176 -
CMYK 0 0.19 0.09 0.24
HSL 329.19º 0.23% 0.69% -
HSV(B) 329.19º 0.19% 0.76% -
XYZ 42.14 38.72 46.33 -
YUV 170.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 194 157 176 0 0.19 0.09 0.24 329.19 0.23 0.69
Hex C2 9D B0 0 13 9 18 149 17 45
Octal 302 235 260 0 23 11 30 511 27 105
Binary 11000010 10011101 10110000 0 10011 1001 11000 101001001 10111 1000101

Color Harmonies of #C29DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DB0

Black with #C29DB0

Text Example


Text Example

White with #C29DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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