#C8ADB6

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

Shades of Lily #C8ADB6

Tints of Lily #C8ADB6

Color information

#C8ADB6 (or 0xC8ADB6) is unknown color: approx Lily. HEX triplet: C8, AD and B6. RGB value is (200,173,182). Sum of RGB (Red+Green+Blue) = 200+173+182=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADB6 is #375249. Grayscale: #B6B6B6. Windows color (decimal): -3625546 or 11972040. OLE color: 11972040.

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

Color convert

RGB200173182-
CMYK00.140.090.22
HSL340º19.71%73.14%-
HSV(B)340º13.5%78.43%-
XYZ47.2145.5450.56-
YUV182.1127.95140.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=36.04%
G=31.17%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017318200.140.090.2234019.7173.14
HexC8ADB60E9161541449
Octal310255266016112652424111
Binary11001000101011011011011001110100110110101010100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADB6; }

 p { color: rgb(200,173,182); }

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

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

 a { background-color: rgb(200,173,182); }

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

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

 span { border-color: rgb(200,173,182); }

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