#C9DAA6

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

Shades of Pale Leaf #C9DAA6

Tints of Pale Leaf #C9DAA6

Color information

#C9DAA6 (or 0xC9DAA6) is unknown color: approx Pale Leaf. HEX triplet: C9, DA and A6. RGB value is (201,218,166). Sum of RGB (Red+Green+Blue) = 201+218+166=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAA6 is #362559. Grayscale: #CFCFCF. Windows color (decimal): -3548506 or 10934985. OLE color: 10934985.

HSL color Cylindrical-coordinate representation of color #C9DAA6: hue angle of 79.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9DAA6 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB201218166-
CMYK0.0800.240.15
HSL79.62º41.27%75.29%-
HSV(B)79.62º23.85%85.49%-
XYZ56.0465.3145.73-
YUV206.99104.87123.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 166 (65.23% from 255) = 28.38%
R=34.36%
G=37.26%
B=28.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181660.0800.240.1579.6241.2775.29
HexC9DAA68018F50294b
Octal311332246100301712051113
Binary1100100111011010101001101000011000111110100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAA6; }

 p { color: rgb(201,218,166); }

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

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

 a { background-color: rgb(201,218,166); }

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

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

 span { border-color: rgb(201,218,166); }

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