#C8ADB8

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

Shades of Lily #C8ADB8

Tints of Lily #C8ADB8

Color information

#C8ADB8 (or 0xC8ADB8) is unknown color: approx Lily. HEX triplet: C8, AD and B8. RGB value is (200,173,184). Sum of RGB (Red+Green+Blue) = 200+173+184=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADB8 is #375247. Grayscale: #B6B6B6. Windows color (decimal): -3625544 or 12103112. OLE color: 12103112.

HSL color Cylindrical-coordinate representation of color #C8ADB8: hue angle of 335.56º 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 #C8ADB8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200173184-
CMYK00.140.080.22
HSL335.56º19.71%73.14%-
HSV(B)335.56º13.5%78.43%-
XYZ47.4145.6351.66-
YUV182.33128.95140.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=35.91%
G=31.06%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017318400.140.080.22335.5619.7173.14
HexC8ADB80E8161501449
Octal310255270016102652024111
Binary11001000101011011011100001110100010110101010000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADB8; }

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

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

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

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

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

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

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

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