#C4D4AB

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

Shades of Pale Leaf #C4D4AB

Tints of Pale Leaf #C4D4AB

Color information

#C4D4AB (or 0xC4D4AB) is unknown color: approx Pale Leaf. HEX triplet: C4, D4 and AB. RGB value is (196,212,171). Sum of RGB (Red+Green+Blue) = 196+212+171=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D4AB is #3B2B54. Grayscale: #CACACA. Windows color (decimal): -3877717 or 11261124. OLE color: 11261124.

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

Color convert

RGB196212171-
CMYK0.0800.190.17
HSL83.41º32.28%75.1%-
HSV(B)83.41º19.34%83.14%-
XYZ53.6661.7647.62-
YUV202.54110.2123.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=33.85%
G=36.61%
B=29.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962121710.0800.190.1783.4132.2875.1
HexC4D4AB80131153204b
Octal304324253100232112340113
Binary11000100110101001010101110000100111000110100111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D4AB; }

 p { color: rgb(196,212,171); }

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

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

 a { background-color: rgb(196,212,171); }

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

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

 span { border-color: rgb(196,212,171); }

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