#C7D8B1

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

Shades of Pale Leaf #C7D8B1

Tints of Pale Leaf #C7D8B1

Color information

#C7D8B1 (or 0xC7D8B1) is unknown color: approx Pale Leaf. HEX triplet: C7, D8 and B1. RGB value is (199,216,177). Sum of RGB (Red+Green+Blue) = 199+216+177=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D8B1 is #38274E. Grayscale: #CECECE. Windows color (decimal): -3680079 or 11655367. OLE color: 11655367.

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

Color convert

RGB199216177-
CMYK0.0800.180.15
HSL86.15º33.33%77.06%-
HSV(B)86.15º18.06%84.71%-
XYZ56.0464.4351.08-
YUV206.47111.37122.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.61%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=33.61%
G=36.49%
B=29.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992161770.0800.180.1586.1533.3377.06
HexC7D8B18012F56214d
Octal307330261100221712641115
Binary1100011111011000101100011000010010111110101101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8B1; }

 p { color: rgb(199,216,177); }

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

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

 a { background-color: rgb(199,216,177); }

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

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

 span { border-color: rgb(199,216,177); }

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