#C5D6AE

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

Shades of Pale Leaf #C5D6AE

Tints of Pale Leaf #C5D6AE

Color information

#C5D6AE (or 0xC5D6AE) is unknown color: approx Pale Leaf. HEX triplet: C5, D6 and AE. RGB value is (197,214,174). Sum of RGB (Red+Green+Blue) = 197+214+174=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D6AE is #3A2951. Grayscale: #CCCCCC. Windows color (decimal): -3811666 or 11458245. OLE color: 11458245.

HSL color Cylindrical-coordinate representation of color #C5D6AE: hue angle of 85.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5D6AE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB197214174-
CMYK0.0800.190.16
HSL85.5º32.79%76.08%-
HSV(B)85.5º18.69%83.92%-
XYZ54.7163.0249.32-
YUV204.36110.87122.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=33.68%
G=36.58%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972141740.0800.190.1685.532.7976.08
HexC5D6AE80131056214c
Octal305326256100232012641114
Binary11000101110101101010111010000100111000010101101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D6AE; }

 p { color: rgb(197,214,174); }

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

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

 a { background-color: rgb(197,214,174); }

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

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

 span { border-color: rgb(197,214,174); }

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