#C9D3AA

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

Shades of Pale Leaf #C9D3AA

Tints of Pale Leaf #C9D3AA

Color information

#C9D3AA (or 0xC9D3AA) is unknown color: approx Pale Leaf. HEX triplet: C9, D3 and AA. RGB value is (201,211,170). Sum of RGB (Red+Green+Blue) = 201+211+170=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D3AA is #362C55. Grayscale: #CBCBCB. Windows color (decimal): -3550294 or 11195337. OLE color: 11195337.

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

Color convert

RGB201211170-
CMYK0.0500.190.17
HSL74.63º31.78%74.71%-
HSV(B)74.63º19.43%82.75%-
XYZ54.6461.9147.1-
YUV203.34109.19126.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=34.54%
G=36.25%
B=29.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012111700.0500.190.1774.6331.7874.71
HexC9D3AA5013114b204b
Octal31132325250232111340113
Binary1100100111010011101010101010100111000110010111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D3AA; }

 p { color: rgb(201,211,170); }

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

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

 a { background-color: rgb(201,211,170); }

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

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

 span { border-color: rgb(201,211,170); }

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