#C8D5A9

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

Shades of Pale Leaf #C8D5A9

Tints of Pale Leaf #C8D5A9

Color information

#C8D5A9 (or 0xC8D5A9) is unknown color: approx Pale Leaf. HEX triplet: C8, D5 and A9. RGB value is (200,213,169). Sum of RGB (Red+Green+Blue) = 200+213+169=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D5A9 is #372A56. Grayscale: #CCCCCC. Windows color (decimal): -3615319 or 11130312. OLE color: 11130312.

HSL color Cylindrical-coordinate representation of color #C8D5A9: hue angle of 77.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8D5A9 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB200213169-
CMYK0.0600.210.16
HSL77.73º34.38%74.9%-
HSV(B)77.73º20.66%83.53%-
XYZ54.7862.7346.76-
YUV204.1108.19125.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 213 (83.59% from 255) = 36.60%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=34.36%
G=36.60%
B=29.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002131690.0600.210.1677.7334.3874.9
HexC8D5A96015104e224b
Octal31032525160252011642113
Binary1100100011010101101010011100101011000010011101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5A9; }

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

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

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

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

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

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

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

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