#C8D4AD

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

Shades of Pale Leaf #C8D4AD

Tints of Pale Leaf #C8D4AD

Color information

#C8D4AD (or 0xC8D4AD) is unknown color: approx Pale Leaf. HEX triplet: C8, D4 and AD. RGB value is (200,212,173). Sum of RGB (Red+Green+Blue) = 200+212+173=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D4AD is #372B52. Grayscale: #CCCCCC. Windows color (decimal): -3615571 or 11392200. OLE color: 11392200.

HSL color Cylindrical-coordinate representation of color #C8D4AD: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8D4AD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB200212173-
CMYK0.0600.180.17
HSL78.46º31.2%75.49%-
HSV(B)78.46º18.4%83.14%-
XYZ54.9162.3848.68-
YUV203.97110.52125.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=34.19%
G=36.24%
B=29.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002121730.0600.180.1778.4631.275.49
HexC8D4AD6012114e1f4b
Octal31032425560222111637113
Binary110010001101010010101101110010010100011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4AD; }

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

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

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

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

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

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

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

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