#C7D8B3

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

Shades of Pale Leaf #C7D8B3

Tints of Pale Leaf #C7D8B3

Color information

#C7D8B3 (or 0xC7D8B3) is unknown color: approx Pale Leaf. HEX triplet: C7, D8 and B3. RGB value is (199,216,179). Sum of RGB (Red+Green+Blue) = 199+216+179=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8B3 is #38274C. Grayscale: #CECECE. Windows color (decimal): -3680077 or 11786439. OLE color: 11786439.

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

Color convert

RGB199216179-
CMYK0.0800.170.15
HSL87.57º32.17%77.45%-
HSV(B)87.57º17.13%84.71%-
XYZ56.2564.5152.13-
YUV206.7112.37122.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=33.50%
G=36.36%
B=30.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992161790.0800.170.1587.5732.1777.45
HexC7D8B38011F58204d
Octal307330263100211713040115
Binary1100011111011000101100111000010001111110110001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8B3; }

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

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

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

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

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

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

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

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