#C6D4AB

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

Shades of Pale Leaf #C6D4AB

Tints of Pale Leaf #C6D4AB

Color information

#C6D4AB (or 0xC6D4AB) is unknown color: approx Pale Leaf. HEX triplet: C6, D4 and AB. RGB value is (198,212,171). Sum of RGB (Red+Green+Blue) = 198+212+171=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D4AB is #392B54. Grayscale: #CBCBCB. Windows color (decimal): -3746645 or 11261126. OLE color: 11261126.

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

Color convert

RGB198212171-
CMYK0.0700.190.17
HSL80.49º32.28%75.1%-
HSV(B)80.49º19.34%83.14%-
XYZ54.1862.0347.65-
YUV203.14109.86124.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=34.08%
G=36.49%
B=29.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982121710.0700.190.1780.4932.2875.1
HexC6D4AB70131150204b
Octal30632425370232112040113
Binary1100011011010100101010111110100111000110100001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D4AB; }

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

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

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

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

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

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

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

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