#C7D8AE

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

Shades of Pale Leaf #C7D8AE

Tints of Pale Leaf #C7D8AE

Color information

#C7D8AE (or 0xC7D8AE) is unknown color: approx Pale Leaf. HEX triplet: C7, D8 and AE. RGB value is (199,216,174). Sum of RGB (Red+Green+Blue) = 199+216+174=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D8AE is #382751. Grayscale: #CECECE. Windows color (decimal): -3680082 or 11458759. OLE color: 11458759.

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

Color convert

RGB199216174-
CMYK0.0800.190.15
HSL84.29º35%76.47%-
HSV(B)84.29º19.44%84.71%-
XYZ55.7564.3149.52-
YUV206.13109.87122.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=33.79%
G=36.67%
B=29.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992161740.0800.190.1584.293576.47
HexC7D8AE8013F54234c
Octal307330256100231712443114
Binary1100011111011000101011101000010011111110101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8AE; }

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

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

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

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

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

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

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

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