#C7D3AD

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

Shades of Pale Leaf #C7D3AD

Tints of Pale Leaf #C7D3AD

Color information

#C7D3AD (or 0xC7D3AD) is unknown color: approx Pale Leaf. HEX triplet: C7, D3 and AD. RGB value is (199,211,173). Sum of RGB (Red+Green+Blue) = 199+211+173=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3AD is #382C52. Grayscale: #CBCBCB. Windows color (decimal): -3681363 or 11391943. OLE color: 11391943.

HSL color Cylindrical-coordinate representation of color #C7D3AD: hue angle of 78.95º 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 #C7D3AD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB199211173-
CMYK0.0600.180.17
HSL78.95º30.16%75.29%-
HSV(B)78.95º18.01%82.75%-
XYZ54.3961.7548.59-
YUV203.08111.02125.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=34.13%
G=36.19%
B=29.67%

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
Decimal1992111730.0600.180.1778.9530.1675.29
HexC7D3AD6012114f1e4b
Octal30732325560222111736113
Binary110001111101001110101101110010010100011001111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D3AD; }

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

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

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

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

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

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

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

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