#C9D7AD

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

Shades of Pale Leaf #C9D7AD

Tints of Pale Leaf #C9D7AD

Color information

#C9D7AD (or 0xC9D7AD) is unknown color: approx Pale Leaf. HEX triplet: C9, D7 and AD. RGB value is (201,215,173). Sum of RGB (Red+Green+Blue) = 201+215+173=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D7AD is #362852. Grayscale: #CECECE. Windows color (decimal): -3549267 or 11392969. OLE color: 11392969.

HSL color Cylindrical-coordinate representation of color #C9D7AD: hue angle of 80º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9D7AD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB201215173-
CMYK0.0700.200.16
HSL80º34.43%76.08%-
HSV(B)80º19.53%84.31%-
XYZ55.9364.0448.95-
YUV206.03109.36124.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=34.13%
G=36.50%
B=29.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012151730.0700.200.168034.4376.08
HexC9D7AD70141050224c
Octal31132725570242012042114
Binary1100100111010111101011011110101001000010100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D7AD; }

 p { color: rgb(201,215,173); }

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

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

 a { background-color: rgb(201,215,173); }

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

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

 span { border-color: rgb(201,215,173); }

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