#C9DCA9

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

Shades of Pale Leaf #C9DCA9

Tints of Pale Leaf #C9DCA9

Color information

#C9DCA9 (or 0xC9DCA9) is unknown color: approx Pale Leaf. HEX triplet: C9, DC and A9. RGB value is (201,220,169). Sum of RGB (Red+Green+Blue) = 201+220+169=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCA9 is #362356. Grayscale: #D0D0D0. Windows color (decimal): -3547991 or 11132105. OLE color: 11132105.

HSL color Cylindrical-coordinate representation of color #C9DCA9: hue angle of 82.35º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DCA9 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB201220169-
CMYK0.0900.230.14
HSL82.35º42.15%76.27%-
HSV(B)82.35º23.18%86.27%-
XYZ56.8466.4747.37-
YUV208.5105.71122.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=34.07%
G=37.29%
B=28.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201690.0900.230.1482.3542.1576.27
HexC9DCA99017E522a4c
Octal311334251110271612252114
Binary1100100111011100101010011001010111111010100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCA9; }

 p { color: rgb(201,220,169); }

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

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

 a { background-color: rgb(201,220,169); }

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

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

 span { border-color: rgb(201,220,169); }

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