#C6D8A7

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

Shades of Pale Leaf #C6D8A7

Tints of Pale Leaf #C6D8A7

Color information

#C6D8A7 (or 0xC6D8A7) is unknown color: approx Pale Leaf. HEX triplet: C6, D8 and A7. RGB value is (198,216,167). Sum of RGB (Red+Green+Blue) = 198+216+167=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D8A7 is #392758. Grayscale: #CDCDCD. Windows color (decimal): -3745625 or 11000006. OLE color: 11000006.

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

Color convert

RGB198216167-
CMYK0.0800.230.15
HSL82.04º38.58%75.1%-
HSV(B)82.04º22.69%84.71%-
XYZ54.8263.9146.01-
YUV205.03106.54122.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 167 (65.62% from 255) = 28.74%
R=34.08%
G=37.18%
B=28.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982161670.0800.230.1582.0438.5875.1
HexC6D8A78017F52274b
Octal306330247100271712247113
Binary1100011011011000101001111000010111111110100101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D8A7; }

 p { color: rgb(198,216,167); }

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

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

 a { background-color: rgb(198,216,167); }

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

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

 span { border-color: rgb(198,216,167); }

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