#C8AEB7

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

Shades of Lily #C8AEB7

Tints of Lily #C8AEB7

Color information

#C8AEB7 (or 0xC8AEB7) is unknown color: approx Lily. HEX triplet: C8, AE and B7. RGB value is (200,174,183). Sum of RGB (Red+Green+Blue) = 200+174+183=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEB7 is #375148. Grayscale: #B6B6B6. Windows color (decimal): -3625289 or 12037832. OLE color: 12037832.

HSL color Cylindrical-coordinate representation of color #C8AEB7: hue angle of 339.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEB7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200174183-
CMYK00.130.080.22
HSL339.23º19.12%73.33%-
HSV(B)339.23º13%78.43%-
XYZ47.545.9751.17-
YUV182.8128.11140.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=35.91%
G=31.24%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017418300.130.080.22339.2319.1273.33
HexC8AEB70D8161531349
Octal310256267015102652323111
Binary11001000101011101011011101101100010110101010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEB7; }

 p { color: rgb(200,174,183); }

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

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

 a { background-color: rgb(200,174,183); }

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

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

 span { border-color: rgb(200,174,183); }

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