#C7D3AE

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

Shades of Pale Leaf #C7D3AE

Tints of Pale Leaf #C7D3AE

Color information

#C7D3AE (or 0xC7D3AE) is unknown color: approx Pale Leaf. HEX triplet: C7, D3 and AE. RGB value is (199,211,174). Sum of RGB (Red+Green+Blue) = 199+211+174=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3AE is #382C51. Grayscale: #CBCBCB. Windows color (decimal): -3681362 or 11457479. OLE color: 11457479.

HSL color Cylindrical-coordinate representation of color #C7D3AE: hue angle of 79.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7D3AE is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB199211174-
CMYK0.0600.180.17
HSL79.46º29.6%75.49%-
HSV(B)79.46º17.54%82.75%-
XYZ54.4961.7949.1-
YUV203.19111.52125.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=34.08%
G=36.13%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992111740.0600.180.1779.4629.675.49
HexC7D3AE6012114f1e4b
Octal30732325660222111736113
Binary110001111101001110101110110010010100011001111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D3AE; }

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

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

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

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

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

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

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

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