#C1AEB4

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

Shades of Lily #C1AEB4

Tints of Lily #C1AEB4

Color information

#C1AEB4 (or 0xC1AEB4) is unknown color: approx Lily. HEX triplet: C1, AE and B4. RGB value is (193,174,180). Sum of RGB (Red+Green+Blue) = 193+174+180=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEB4 is #3E514B. Grayscale: #B4B4B4. Windows color (decimal): -4084044 or 11841217. OLE color: 11841217.

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

Color convert

RGB193174180-
CMYK00.100.070.24
HSL341.05º13.29%71.96%-
HSV(B)341.05º9.84%75.69%-
XYZ45.3744.949.46-
YUV180.36127.79137.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=35.28%
G=31.81%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317418000.100.070.24341.0513.2971.96
HexC1AEB40A718155d48
Octal30125626401273052515110
Binary110000011010111010110100010101111100010101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEB4; }

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

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

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

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

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

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

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

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