#C7D7AB

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

Shades of Pale Leaf #C7D7AB

Tints of Pale Leaf #C7D7AB

Color information

#C7D7AB (or 0xC7D7AB) is unknown color: approx Pale Leaf. HEX triplet: C7, D7 and AB. RGB value is (199,215,171). Sum of RGB (Red+Green+Blue) = 199+215+171=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D7AB is #382854. Grayscale: #CDCDCD. Windows color (decimal): -3680341 or 11261895. OLE color: 11261895.

HSL color Cylindrical-coordinate representation of color #C7D7AB: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7D7AB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB199215171-
CMYK0.0700.200.16
HSL81.82º35.48%75.69%-
HSV(B)81.82º20.47%84.31%-
XYZ55.263.6847.91-
YUV205.2108.7123.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=34.02%
G=36.75%
B=29.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992151710.0700.200.1681.8235.4875.69
HexC7D7AB70141052234c
Octal30732725370242012243114
Binary1100011111010111101010111110101001000010100101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D7AB; }

 p { color: rgb(199,215,171); }

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

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

 a { background-color: rgb(199,215,171); }

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

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

 span { border-color: rgb(199,215,171); }

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