#C9D6AB

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

Shades of Pale Leaf #C9D6AB

Tints of Pale Leaf #C9D6AB

Color information

#C9D6AB (or 0xC9D6AB) is unknown color: approx Pale Leaf. HEX triplet: C9, D6 and AB. RGB value is (201,214,171). Sum of RGB (Red+Green+Blue) = 201+214+171=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D6AB is #362954. Grayscale: #CDCDCD. Windows color (decimal): -3549525 or 11261641. OLE color: 11261641.

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

Color convert

RGB201214171-
CMYK0.0600.200.16
HSL78.14º34.4%75.49%-
HSV(B)78.14º20.09%83.92%-
XYZ55.4863.4547.85-
YUV205.21108.69125-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=34.30%
G=36.52%
B=29.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012141710.0600.200.1678.1434.475.49
HexC9D6AB6014104e224b
Octal31132625360242011642113
Binary1100100111010110101010111100101001000010011101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D6AB; }

 p { color: rgb(201,214,171); }

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

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

 a { background-color: rgb(201,214,171); }

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

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

 span { border-color: rgb(201,214,171); }

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