#C8DAA9

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

Shades of Pale Leaf #C8DAA9

Tints of Pale Leaf #C8DAA9

Color information

#C8DAA9 (or 0xC8DAA9) is unknown color: approx Pale Leaf. HEX triplet: C8, DA and A9. RGB value is (200,218,169). Sum of RGB (Red+Green+Blue) = 200+218+169=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA9 is #372556. Grayscale: #CFCFCF. Windows color (decimal): -3614039 or 11131592. OLE color: 11131592.

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

Color convert

RGB200218169-
CMYK0.0800.220.15
HSL82.04º39.84%75.88%-
HSV(B)82.04º22.48%85.49%-
XYZ56.0565.2947.18-
YUV207.03106.54122.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=34.07%
G=37.14%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181690.0800.220.1582.0439.8475.88
HexC8DAA98016F52284c
Octal310332251100261712250114
Binary1100100011011010101010011000010110111110100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAA9; }

 p { color: rgb(200,218,169); }

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

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

 a { background-color: rgb(200,218,169); }

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

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

 span { border-color: rgb(200,218,169); }

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