#C1AEB5

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

Shades of Lily #C1AEB5

Tints of Lily #C1AEB5

Color information

#C1AEB5 (or 0xC1AEB5) is unknown color: approx Lily. HEX triplet: C1, AE and B5. RGB value is (193,174,181). Sum of RGB (Red+Green+Blue) = 193+174+181=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB5 is #3E514A. Grayscale: #B4B4B4. Windows color (decimal): -4084043 or 11906753. OLE color: 11906753.

HSL color Cylindrical-coordinate representation of color #C1AEB5: hue angle of 337.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB193174181-
CMYK00.100.060.24
HSL337.89º13.29%71.96%-
HSV(B)337.89º9.84%75.69%-
XYZ45.4744.9549.99-
YUV180.48128.29136.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=35.22%
G=31.75%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317418100.100.060.24337.8913.2971.96
HexC1AEB50A618152d48
Octal30125626501263052215110
Binary110000011010111010110101010101101100010101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEB5; }

 p { color: rgb(193,174,181); }

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

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

 a { background-color: rgb(193,174,181); }

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

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

 span { border-color: rgb(193,174,181); }

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