#C7D2AF

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

Shades of Pale Leaf #C7D2AF

Tints of Pale Leaf #C7D2AF

Color information

#C7D2AF (or 0xC7D2AF) is unknown color: approx Pale Leaf. HEX triplet: C7, D2 and AF. RGB value is (199,210,175). Sum of RGB (Red+Green+Blue) = 199+210+175=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2AF is #382D50. Grayscale: #CACACA. Windows color (decimal): -3681617 or 11522759. OLE color: 11522759.

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

Color convert

RGB199210175-
CMYK0.0500.170.18
HSL78.86º28%75.49%-
HSV(B)78.86º16.67%82.35%-
XYZ54.3461.3349.53-
YUV202.72112.36125.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=34.08%
G=35.96%
B=29.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992101750.0500.170.1878.862875.49
HexC7D2AF5011124f1c4b
Octal30732225750212211734113
Binary110001111101001010101111101010001100101001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2AF; }

 p { color: rgb(199,210,175); }

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

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

 a { background-color: rgb(199,210,175); }

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

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

 span { border-color: rgb(199,210,175); }

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